|
|
@@ -502,6 +502,7 @@ public class ReceiveNoticeServiceImpl implements ReceiveNoticeService {
|
|
502
|
502
|
BigDecimal kcslKg = kcslBig.multiply(s);
|
|
503
|
503
|
businessNoticeReceive.setLssl(kcslKg.toString());//库存数量
|
|
504
|
504
|
businessNoticeReceive.setHzrq(new Date());
|
|
|
505
|
+ businessNoticeReceive.setReceiveTime(new Date());
|
|
505
|
506
|
businessNoticeReceiveMapper.insertSelective(businessNoticeReceive);
|
|
506
|
507
|
|
|
507
|
508
|
}
|