kazelee
2 天以前 74ca5a83f24c53c48ad7e6f5b7739649fb411546
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;
                }
            }