Kaynağa Gözat

执行模块费用付款仓库 进项发票添加通用字段

11816 4 gün önce
ebeveyn
işleme
bd01d2abeb

+ 1
- 0
src/main/java/com/example/backend/pAndSExe/service/impl/FeeInvoiceSettleServiceImpl.java Dosyayı Görüntüle

@@ -76,6 +76,7 @@ public class FeeInvoiceSettleServiceImpl implements FeeInvoiceSettleService {
76 76
                 settle.setCreateByName(s);
77 77
                 settle.setCreateTime(new Date());
78 78
                 settle.setUpdateTime(new Date());
79
+                settle.setPlaced("2");
79 80
 
80 81
                 Rate rate=paymgrctrlMapper.selectRate(inf.getCurcypo());
81 82
                 if (rate!=null ){

Loading…
İptal
Kaydet