mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
bugfix
This commit is contained in:
@@ -70,7 +70,7 @@ public class PurchaseOrderService
|
||||
|
||||
for (Tuple tuple : resultList) {
|
||||
|
||||
if (tuple.get("wsize", Long.class) > 0){
|
||||
if (tuple.get("wsize", Integer.class) > 0){
|
||||
throw new BizException("采购单 " + tuple.get("code", String.class) + "已经关联过磅数据, 无法删除");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user