@ -48,6 +48,7 @@ public class CheckLog {
private Integer status;
private String checkNum;
private String pic;
@ -403,6 +403,8 @@ public class StockService {
checkLog.setColumn(stock.getColumn());
checkLog.setCheckNum(stock.getCheckNum());
checkLog.setPic(stock.getCheckPic());
checkLog.setCount(stock.getCount());
checkLog.setCategory(stock.getCategory());
//checkLog.setShelveId(stock.getShelveId());
checkLog.setStatus(stock.getStatus());
checkLog.setCode(stock.getCode());