DAL/公用/frmHlpBillList1.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/bin/x86/Debug/BLL.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/bin/x86/Debug/BLL.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/bin/x86/Debug/DAL.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/bin/x86/Debug/DAL.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/bin/x86/Debug/PayM.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/bin/x86/Debug/PayM.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/obj/x86/Debug/PayM.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
PayM/obj/x86/Debug/PayM.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
WarM/条码打印/Gy_BarCodeBill_automaticallyByPLC_New_Change.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
DAL/¹«ÓÃ/frmHlpBillList1.cs
@@ -55,7 +55,8 @@ } sSql = frmCondition.SqlStr + sWhere ; sSql = sSql.Replace("AND ä½åºäºº=''", ""); // DSet = SubCn.RunProcReturn(sSql, ViewName, ref DBUtility.ClsPub.sExeReturnInfo); PayM/bin/x86/Debug/BLL.dllBinary files differ
PayM/bin/x86/Debug/BLL.pdbBinary files differ
PayM/bin/x86/Debug/DAL.dllBinary files differ
PayM/bin/x86/Debug/DAL.pdbBinary files differ
PayM/bin/x86/Debug/PayM.dllBinary files differ
PayM/bin/x86/Debug/PayM.pdbBinary files differ
PayM/obj/x86/Debug/PayM.dllBinary files differ
PayM/obj/x86/Debug/PayM.pdbBinary files differ
WarM/ÌõÂë´òÓ¡/Gy_BarCodeBill_automaticallyByPLC_New_Change.cs
@@ -1363,9 +1363,9 @@ { string message = Encoding.UTF8.GetString(e.Message); List<MQTT_MainEntity> mQTT_MainEntity = getObjectByJson_Xs_OutDoorBillMain(message); for(int i = 0; i < mQTT_MainEntity[0].data.Count; i++) for(int i = 0; i < mQTT_MainEntity[0].values.Count; i++) { if (mQTT_MainEntity[0].data[i].id == textBox_WorkPositionParams.Text && mQTT_MainEntity[0].data[i].value == true) if (mQTT_MainEntity[0].values[i].id == textBox_WorkPositionParams.Text && mQTT_MainEntity[0].values[i].v == true) { produceQty += 1; } @@ -2635,12 +2635,12 @@ public class MQTT_MainEntity { public string timestamp; public List<MQTT_SubEntity> data; public List<MQTT_SubEntity> values; } public class MQTT_SubEntity { public string id; //å·¥ä½ public bool value; //ç»æ public bool v; //ç»æ public long t; //æ¶é´æ³ } #endregion