|  |  | 
 |  |  |             wrkMast.setExitMk("N"); // 退出 | 
 |  |  |             wrkMast.setEmptyMk("N"); // 空板 | 
 |  |  |             wrkMast.setLinkMis("N"); | 
 |  |  |             wrkMast.setCtnNo(locMast.getLocType3() == 7 ? "Y" : "N"); | 
 |  |  |             wrkMast.setBarcode(locMast.getBarcode()); | 
 |  |  |             wrkMast.setAppeUser(userId); // 操作人员数据 | 
 |  |  |             wrkMast.setAppeTime(now); | 
 |  |  | 
 |  |  |         wrkMast.setExitMk("N"); // 退出 | 
 |  |  |         wrkMast.setEmptyMk("N"); // 空板 | 
 |  |  |         wrkMast.setLinkMis("N"); | 
 |  |  |         wrkMast.setCtnNo(locMast.getLocType3() == 7 ? "Y" : "N"); | 
 |  |  |         wrkMast.setBarcode(locMast.getBarcode()); | 
 |  |  |         wrkMast.setAppeUser(userId); // 操作人员数据 | 
 |  |  |         wrkMast.setAppeTime(now); | 
 |  |  | 
 |  |  |         wrkMast.setEmptyMk(sourceLoc.getLocSts().equals("D")?"Y":"N"); // 空板 | 
 |  |  |         wrkMast.setBarcode(sourceLoc.getBarcode()); // 托盘码 | 
 |  |  |         wrkMast.setLinkMis("N"); | 
 |  |  |         wrkMast.setCtnNo(loc.getLocType3() == 7 ? "Y" : "N"); | 
 |  |  |         wrkMast.setAppeUser(userId); | 
 |  |  |         wrkMast.setAppeTime(now); | 
 |  |  |         wrkMast.setModiUser(userId); |