bug fixed mpoint
This commit is contained in:
@ -1607,7 +1607,7 @@ public class MPointController {
|
|||||||
mPointExpandService.update(mPoint.getBizid(), mPointExpand);
|
mPointExpandService.update(mPoint.getBizid(), mPointExpand);
|
||||||
} else {
|
} else {
|
||||||
MPointExpand mPointExpand2 = new MPointExpand();
|
MPointExpand mPointExpand2 = new MPointExpand();
|
||||||
mPointExpand2.setId(CommUtil.getUUID());
|
// mPointExpand2.setId(CommUtil.getUUID());
|
||||||
mPointExpand2.setInsdt(CommUtil.nowDate());
|
mPointExpand2.setInsdt(CommUtil.nowDate());
|
||||||
mPointExpand2.setExplain(explain);
|
mPointExpand2.setExplain(explain);
|
||||||
mPointExpand2.setMeasurePointId(mPoint.getId());
|
mPointExpand2.setMeasurePointId(mPoint.getId());
|
||||||
|
|||||||
Reference in New Issue
Block a user