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