增补修改。

This commit is contained in:
2026-08-05 20:35:40 +08:00
parent feab15062c
commit 73c07f220b

View File

@@ -2563,7 +2563,7 @@ public class CkczManager implements OperationInterface, MaintainType, SysConstan
System.out.println("wcs<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָ<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݣ<EFBFBD>" + pzh);
//mes<65><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
if (wmsdb.hasAnyData("select 2 from cprkd where ysdh=? and lx in (1001,1002,1003,1004,1005,1006,1007,1008,1009)", new Object[]{pzh})) {
String sql = "select ysdh,lx from cprkd where lx in (1001,1002,1003,1004,1005,1006,1007,1008,1009)) and zt =0 and ysdh=? ";
String sql = "select ysdh,lx from cprkd where lx in (1001,1002,1003,1004,1005,1006,1007,1008,1009) and zt =0 and ysdh=? ";
List oprStrs = new ArrayList();
List oprObjArrays = new ArrayList();
Map map = wmsdb.getSingleRow(sql, pzh);