rev:输出日志修改

This commit is contained in:
2025-09-03 17:49:20 +08:00
parent 10039fd95e
commit 1403095d5c

View File

@@ -867,13 +867,12 @@ public class EwmJk {
if(db.hasAnyData("select 2 from colorattr where colorid=?", color))
{
colorname=db.getSingleField("select fname2 from colorattr where colorid=?", color);
// System.out.println("Object colorname"+colorname);
System.out.println("Object colorname"+colorname);
}
Double dj = one.getDouble("dj", 0);
// String sqlInsertEASCkdMx = DB.prepareInsertStmt("ckdmx","ckdh,mxbh,entryId,cpbh,cpmc,cpgg1,shsl,lpxx,dj");
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>materialList
Object mxbh = SerialNumber.getSerialNumber("cpckmxbh");
sqls.add(sqlInsertEASCkdMx);
if(!db.hasAnyData("select * from cpxx where cpbh=?", cpbh))