Commit 50e8a391 by zhanglt

生成单个盘盈入库明细二维码接口

parent 4e3ffddc
......@@ -107,6 +107,7 @@ public class ProfitWarehousingService extends CrudService<ProfitWarehousingMappe
qrCodeMapper.insert(qrCode);
qrCode = qrCodeMapper.get(qrCode.getId());
profitWarehousingInfo.setQrCode(qrCode);
profitWarehousingInfo.preUpdate();
profitWarehousingInfoMapper.update(profitWarehousingInfo);
return profitWarehousingInfo;
}
......
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