|
@@ -162,7 +162,7 @@ public class BizReturnReceiptController extends BaseController
|
|
codeValue = codeValue.substring(0, 5) + String.format("%05d", lastFourDigits);
|
|
codeValue = codeValue.substring(0, 5) + String.format("%05d", lastFourDigits);
|
|
previous=codeValue;
|
|
previous=codeValue;
|
|
}else {
|
|
}else {
|
|
- previous = ("SHD" + formattedDate + "000001");
|
|
|
|
|
|
+ previous = ("SHD" + formattedDate + "00001");
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
codeValue = previous;
|
|
codeValue = previous;
|
|
@@ -174,7 +174,7 @@ public class BizReturnReceiptController extends BaseController
|
|
codeValue = codeValue.substring(0, 5) + String.format("%05d", lastFourDigits);
|
|
codeValue = codeValue.substring(0, 5) + String.format("%05d", lastFourDigits);
|
|
previous=codeValue;
|
|
previous=codeValue;
|
|
}else{
|
|
}else{
|
|
- previous = ("SHD" + formattedDate + "000001");
|
|
|
|
|
|
+ previous = ("SHD" + formattedDate + "00001");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//存到redis中
|
|
//存到redis中
|