代码备份

workplace
yewj 10 months ago
parent 0500733b55
commit affd4a9e8e

@ -346,7 +346,10 @@ public class IoCollectOrderCodeManService extends ServiceImpl<IoCollectOrderCode
.nameCode(udiRelevanceResponse.getNameCode())
.batchNo(udiEntity.getBatchNo())
.productDate(udiEntity.getProduceDate())
.expireDate(udiEntity.getExpireDate())
.expireDate(udiEntity.getExpireDate()
)
.createTime(new Date())
.createUser(userId)
.updateTime(new Date())

Loading…
Cancel
Save