代码备份

workplace
yewj 10 months ago
parent 0500733b55
commit affd4a9e8e

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

Loading…
Cancel
Save