rev:输出日志修改
This commit is contained in:
@@ -867,13 +867,12 @@ public class EwmJk {
|
|||||||
if(db.hasAnyData("select 2 from colorattr where colorid=?", color))
|
if(db.hasAnyData("select 2 from colorattr where colorid=?", color))
|
||||||
{
|
{
|
||||||
colorname=db.getSingleField("select fname2 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);
|
Double dj = one.getDouble("dj", 0);
|
||||||
|
|
||||||
// String sqlInsertEASCkdMx = DB.prepareInsertStmt("ckdmx","ckdh,mxbh,entryId,cpbh,cpmc,cpgg1,shsl,lpxx,dj");
|
// 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
|
//<2F><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>materialList
|
||||||
|
|
||||||
Object mxbh = SerialNumber.getSerialNumber("cpckmxbh");
|
Object mxbh = SerialNumber.getSerialNumber("cpckmxbh");
|
||||||
sqls.add(sqlInsertEASCkdMx);
|
sqls.add(sqlInsertEASCkdMx);
|
||||||
if(!db.hasAnyData("select * from cpxx where cpbh=?", cpbh))
|
if(!db.hasAnyData("select * from cpxx where cpbh=?", cpbh))
|
||||||
|
|||||||
Reference in New Issue
Block a user