凭证修改

jg-waiwang-pro
vayne 5 months ago
parent 1b99e2402c
commit 495f3aa9cd

@ -689,6 +689,7 @@ public class VoucherServiceImpl extends ServiceImpl<VoucherMapper, VoucherEntity
entity.setVehiclePictures(entitys.getVehiclePictures());
entity.setSaleContractNo(entitys.getSaleContractNo());
entity.setSaleAmount(entitys.getSaleAmount());
entity.setIsUsed("1");
this.saveOrUpdate(entity);
//商品子表
entitys.setId(RandomUtil.uuId());

Loading…
Cancel
Save