0177777
发布时间:
正则表达式:ttString regex=".*[a-zA-Z]+.*"; Matcher m=Pattern.compile(regex).matcher(form.getCategoryNo())
正则表达式:
ttString regex=".*[a-zA-Z]+.*";
Matcher m=Pattern.compile(regex).matcher(form.getCategoryNo());
ttif(m.matches()){
tttreturn new FscResponseModel<QueryAssetOutputDTO>("900504", "参数非法");
tt}
BigDecimal possessionCount = new BigDecimal(0);
possessionCount = possessionCount.add(new BigDecimal(financeOutDtoTemp.getTotalAmount()));