WebAPI/Controllers/仓存管理/条码生成/Sc_BarCodeController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
WebAPI/Controllers/仓存管理/条码生成/Sc_BarCodeController.cs
@@ -1577,9 +1577,9 @@ ",@HGroupID = " + ordrlist[0].HGroupID + ",@HSourceInterID = " + HSourceInterID + ",@HSourceEntryID = " + HSourceEntryID + ",@HBarCodeType = " + HSelectBarCodeType + ",@HSourceBillNo = " + ordrlist[0].HBillNo + ",@HMaker = " + UserName ",@HBarCodeType = N'" + HSelectBarCodeType + "'"+ ",@HSourceBillNo = N'" + ordrlist[0].HBillNo + "'"+ ",@HMaker = N'" + UserName + "'" , "h_p_SC_BarCode_Transfer"); if ((bool)ds1.Tables[0].Rows[0]["returntype"] == true)