kazelee
3 天以前 e79700d34620c495667b7b8e7b852f23ed7d7e4e
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;
                }
            }