Commit cba7bb77 by zhanglt

生成二维码

parent 3b7b6f41
......@@ -99,8 +99,7 @@ public class ProfitWarehousingService extends CrudService<ProfitWarehousingMappe
} catch (IOException e) {
e.printStackTrace();
}
qrCode.setGoodsInfo(new GoodsInfo());
qrCode.setUrl(Global.getAttachmentUrl() + "image/" + numSeq + ".png");
qrCode.setUrl(Global.getAttachmentUrl() + "image/" + numSeq + "_0" + ".png");
qrCodeMapper.insert(qrCode);
qrCode = qrCodeMapper.get(qrCode.getId());
profitWarehousingInfo.setQrCode(qrCode);
......
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