Commit 91be16d8 authored by yangyang's avatar yangyang

fixed bug 20157

parent 7422fd7c
...@@ -315,6 +315,8 @@ public class SurveyInformationServiceImpl ...@@ -315,6 +315,8 @@ public class SurveyInformationServiceImpl
} }
peasantHouseholdServiceImpl.saveOrUpdate(peasantHousehold); peasantHouseholdServiceImpl.saveOrUpdate(peasantHousehold);
} catch (BadRequest e1) {
throw e1;
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} finally { } finally {
......
exception.debug=true exception.debug=false
## DB properties: ## DB properties:
spring.datasource.dynamic.primary= mysql-service spring.datasource.dynamic.primary= mysql-service
spring.datasource.mysql-service.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.mysql-service.driver-class-name=com.mysql.cj.jdbc.Driver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment