领料接口优化
This commit is contained in:
parent
77535090a0
commit
8cdbb77ab2
|
|
@ -81,6 +81,7 @@ public class BmAgreementInfoServiceImpl implements IBmAgreementInfoService
|
|||
try {
|
||||
bmAgreementInfo.setCreateTime(DateUtils.getNowDate());
|
||||
bmAgreementInfo.setCreateBy(SecurityUtils.getUsername());
|
||||
bmAgreementInfo.setSignTime(DateUtils.getNowDate());
|
||||
bmAgreementInfo.setAgreementCode(getAgreementCode());
|
||||
int count = bmAgreementInfoMapper.insertBmAgreementInfo(bmAgreementInfo);
|
||||
if (count > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue