no message
parent
540b29553c
commit
321688fbe2
|
|
@ -331,7 +331,7 @@ public class ASNReceiveServlet extends HttpServlet {
|
|||
|
||||
ASNDetail asnDetail = asnDetailList.get(0);
|
||||
if("1".equals(type)){
|
||||
if(propC3==null || propC3.length()<=0){
|
||||
if(propC3==null || propC3.length()<=0 || "null".equals(propC3)){
|
||||
return returnResponse("0", "无子库,不允许入库!", "");
|
||||
}
|
||||
return handleReceiving(commonDao, asnDetail, locId, propC3, workerId, detailId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue