Commit 63256a29 by 胡懿

货品信息增加是否出库状态

parent 8aa5d1b1
......@@ -136,7 +136,7 @@ public class GoodsService extends CrudService<GoodsMapper, Goods> {
qrCode.setCode(wzcode.getCodeAndNum());
qrCode.setGoodsInfo(goodsInfo);
qrCode.setState("0");
qrCode.setComeFlag("0");
qrCode.preInsert();
try {
BuildQcUtil.buildQr(qrCode, qrImgPath + "/" + wzcode.getCodeAndNum() + ".png", qrImgPath + "/" + wzcode.getCodeAndNum() + "_" + i + ".png"); // 生成图片
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment