Authored by min.ling

Merge branch 'dev-3008' into test6.9.2

@@ -342,8 +342,8 @@ public class TradeBillsServiceImpl implements ITradeBillsService { @@ -342,8 +342,8 @@ public class TradeBillsServiceImpl implements ITradeBillsService {
342 */ 342 */
343 public int saveInvestUser(InvestUserBO investUserBO){ 343 public int saveInvestUser(InvestUserBO investUserBO){
344 LOGGER.info("enter saveInvestUser with req is {}",investUserBO); 344 LOGGER.info("enter saveInvestUser with req is {}",investUserBO);
345 - if(investUserBO.getUid() == null || StringUtils.isEmpty(investUserBO.getInvestName())){  
346 - LOGGER.warn("saveInvestUser with params null"); 345 + if(investUserBO.getUid() == null){
  346 + LOGGER.warn("saveInvestUser with uid null");
347 return 0; 347 return 0;
348 } 348 }
349 int result = zhimaCertMapper.updateInvestNameByUid(investUserBO.getUid(),investUserBO.getInvestName()); 349 int result = zhimaCertMapper.updateInvestNameByUid(investUserBO.getUid(),investUserBO.getInvestName());