|
@@ -120,6 +120,8 @@ public class IncidentServiceImpl extends ServicePlusImpl<IncidentMapper, Inciden
|
|
@Override
|
|
@Override
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
public Boolean updateByBo(IncidentBo bo) {
|
|
public Boolean updateByBo(IncidentBo bo) {
|
|
|
|
+ bo.setCreateBy(null);
|
|
|
|
+ bo.setCreateDept(null);
|
|
// 是否为状态变更
|
|
// 是否为状态变更
|
|
boolean flag = false;
|
|
boolean flag = false;
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|