This commit is contained in:
2024-09-04 22:05:48 +08:00
parent c328f46872
commit 02afe3d06f

View File

@@ -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) + "已经关联过磅数据, 无法删除");
}