service-community/src/main/java/com/java110/community/smo/impl/IImportPropertyWhiteListfFlowServiceSMOImpl.java
@@ -60,4 +60,9 @@ return Integer.parseInt(businessPaymentPoolConfigInfos.get(0).get("count(1)").toString()); } @Override public int updatePropertyWhiteListFlow(PropertyWhiteListFlowDto propertyWhiteListFlowDto) { return sqlSessionTemplate.update("propertyWhiteListFlowDaoImplMapper.updatePropertyWhiteListFlow", BeanConvertUtil.beanCovertMap(propertyWhiteListFlowDto)); } }