| | |
| | | import com.java110.intf.fee.IRuleGeneratorPayFeeBillV1InnerServiceSMO; |
| | | import com.java110.po.fee.PayFeeConfigPo; |
| | | import com.java110.po.fee.PayFeePo; |
| | | import com.java110.utils.util.ListUtil; |
| | | import com.java110.utils.util.StringUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | @Override |
| | | public String needGeneratorBillData(@RequestBody List<PayFeePo> feePos) { |
| | | |
| | | if (feePos == null || feePos.isEmpty()) { |
| | | if (ListUtil.isNull(feePos)) { |
| | | return BILL_NO; |
| | | } |
| | | |
| | |
| | | List<FeeConfigDto> feeConfigDtos = payFeeConfigV1InnerServiceSMOImpl.queryPayFeeConfigs(feeConfigDto); |
| | | |
| | | //todo 数据有问题 咱不处理 |
| | | if (feeConfigDtos == null || feeConfigDtos.isEmpty()) { |
| | | if (ListUtil.isNull(feeConfigDtos)) { |
| | | return BILL_NO; |
| | | } |
| | | |