|
@@ -2049,7 +2049,7 @@ public class ReceiptServiceImpl implements ReceiptService {
|
|
contentTime.add(group);
|
|
contentTime.add(group);
|
|
}
|
|
}
|
|
// 建设银行
|
|
// 建设银行
|
|
- if (Arrays.asList(1, 18, 19).contains(typeId)) {
|
|
|
|
|
|
+ if (Arrays.asList(1, 18, 19,20).contains(typeId)) {
|
|
for (int i = 1; i < 5; i++) {
|
|
for (int i = 1; i < 5; i++) {
|
|
if (contentTime.get(i).length() < 2) {
|
|
if (contentTime.get(i).length() < 2) {
|
|
String s = contentTime.get(i);
|
|
String s = contentTime.get(i);
|