Commit 4e3ffddc by zhanglt

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

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