wms/SYSHelper.cs
@@ -33,7 +33,7 @@ else { //插入表 sId = new OI_SYS_MAXID { CN_S_TYPE = snType, CN_S_PRE = prefix, CN_N_MAX = 1 }; result = db.Insertable<OI_SYS_MAXID>(sId).ExecuteCommand() > 0 ? 1 : 0; result = db.Insertable(sId).ExecuteCommand() > 0 ? 1 : 0; } }