修改
This commit is contained in:
@@ -577,7 +577,7 @@ public class HandNewMaterialServiceImpl implements HandNewMaterialService {
|
|||||||
if (StrUtil.isNotEmpty((String) row.get("source_billdtl_id"))) {
|
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);
|
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("采购订单数据发生变化,请重新选择选择明细生成入库单!");
|
throw new PdaRequestException("采购订单数据发生变化,请重新选择选择明细生成入库单!");
|
||||||
}
|
}
|
||||||
HashMap<String, String> proc_map = new HashMap<>();
|
HashMap<String, String> proc_map = new HashMap<>();
|
||||||
|
|||||||
Reference in New Issue
Block a user