This commit is contained in:
2022-08-24 11:25:16 +08:00
parent 9b3d8a8d93
commit a2ccffd8b1

View File

@@ -577,7 +577,7 @@ public class HandNewMaterialServiceImpl implements HandNewMaterialService {
if (StrUtil.isNotEmpty((String) row.get("source_billdtl_id"))) {
//查询该单据是否存在
JSONObject pro_jo = WQLObject.getWQLObject("PCS_IF_PurchaseOrderProc").query("id = '" + row.get("source_billdtl_id") + "'").uniqueResult(0);
if (ObjectUtil.isNotEmpty(pro_jo)){
if (ObjectUtil.isEmpty(pro_jo)){
throw new PdaRequestException("采购订单数据发生变化,请重新选择选择明细生成入库单!");
}
HashMap<String, String> proc_map = new HashMap<>();