Commit 825ac0e2 authored by tangwei's avatar tangwei

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents b76b7d0e 2dc6511a
......@@ -136,6 +136,8 @@ public class WaterResourceController extends BaseController {
@PathVariable(value = "sequenceNbr") Long sequenceNbr) {
// 更新基本信息
model.setSequenceNbr(sequenceNbr);
model.setRealityImg(JSONArray.toJSONString(model.getRealityImgList()));
model.setOrientationImg(JSONArray.toJSONString(model.getOrientationImgList()));
WaterResourceDto waterResourceDto = waterResourceServiceImpl.updateWithModel(model);
// 更新属性信息
String resourceType = model.getResourceType();
......
......@@ -111,7 +111,7 @@ public class BeanDtoVoUtils {
}
});
}
// 根据LocalDate来计算年龄
public static int getAge(Date birthDay) {
if (birthDay == null) {
......
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