|
|
@@ -92,7 +92,10 @@ public class ShoukuanrenlingSettleServiceImpl implements ShoukuanrenlingSettleSe
|
|
92
|
92
|
breceiptctrl.setCpal(cpal);
|
|
93
|
93
|
breceiptctrl.setClaimerCd(inf.getCreateBy());
|
|
94
|
94
|
breceiptctrl.setClaimerNm(s);
|
|
95
|
|
- breceiptctrl.setFinRcptNo(inf.getStmtNo());
|
|
|
95
|
+ if(inf.getStmtNo().length()==11){
|
|
|
96
|
+ breceiptctrl.setFinRcptNo(inf.getStmtNo().substring(0,10));
|
|
|
97
|
+ }else breceiptctrl.setFinRcptNo(inf.getStmtNo());
|
|
|
98
|
+
|
|
96
|
99
|
breceiptctrl.setClaimStatus("是");
|
|
97
|
100
|
|
|
98
|
101
|
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|