Browse Source

1.重新上传WipInfosController.cs,取消测试代码

PTD
Marvin 2 years ago
parent
commit
38665930c7
  1. 2
      AMESCoreStudio.WebApi/Controllers/AMES/WipInfosController.cs

2
AMESCoreStudio.WebApi/Controllers/AMES/WipInfosController.cs

@ -485,7 +485,7 @@ and b.item_no = '{0}' and a.barcode_no = '{1}'", kp_no, barcode_no);
bool createMacCol = true; bool createMacCol = true;
part_no = "91000237320038"; //part_no = "91000237320038";
string mac_sql = string.Format(@"select distinct a.工單編號 as mo_id,e.客戶工單編號 as customer_moid,a.工單序號 as product_sn, string mac_sql = string.Format(@"select distinct a.工單編號 as mo_id,e.客戶工單編號 as customer_moid,a.工單序號 as product_sn,
case substring(f.avalue_kp_typeid, 1, 3) when 'MAC' then isnull(z.item_prefix,'')+b.SUB_ITEM_SN else b.SUB_ITEM_SN end as part_barcode, case substring(f.avalue_kp_typeid, 1, 3) when 'MAC' then isnull(z.item_prefix,'')+b.SUB_ITEM_SN else b.SUB_ITEM_SN end as part_barcode,

Loading…
Cancel
Save