|
|
@@ -61,7 +61,7 @@ public class UserInvoiceApplyRecordServiceImpl implements UserInvoiceApplyRecord
|
|
|
String email = req.getEmail();
|
|
|
String bank = req.getBank();
|
|
|
String bankNo = req.getBankNo();
|
|
|
- if (StrUtil.hasEmpty(head, taxNo, email, bank, bankNo)) {
|
|
|
+ if (StrUtil.hasEmpty(head, taxNo, email)) {
|
|
|
throw BusinessRuntimeException.getInstance("请完成必填项");
|
|
|
}
|
|
|
if (!redisService.setNx(key, userId, 30l)) {
|