no message

main
HUOJIN\92525 2025-03-31 10:26:39 +08:00
parent 540b29553c
commit 321688fbe2
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ public class ASNReceiveServlet extends HttpServlet {
ASNDetail asnDetail = asnDetailList.get(0); ASNDetail asnDetail = asnDetailList.get(0);
if("1".equals(type)){ if("1".equals(type)){
if(propC3==null || propC3.length()<=0){ if(propC3==null || propC3.length()<=0 || "null".equals(propC3)){
return returnResponse("0", "无子库,不允许入库!", ""); return returnResponse("0", "无子库,不允许入库!", "");
} }
return handleReceiving(commonDao, asnDetail, locId, propC3, workerId, detailId); return handleReceiving(commonDao, asnDetail, locId, propC3, workerId, detailId);