Browse Source

Merge branch 'dev_grid_platform' into dev

dev_shibei_match
zhaoqifeng 4 years ago
parent
commit
8a5fa38d52
  1. 4
      epmet-module/open-data-worker/open-data-worker-server/src/main/java/com/epmet/opendata/service/impl/BaseDisputeProcessServiceImpl.java

4
epmet-module/open-data-worker/open-data-worker-server/src/main/java/com/epmet/opendata/service/impl/BaseDisputeProcessServiceImpl.java

@ -108,7 +108,9 @@ public class BaseDisputeProcessServiceImpl extends BaseServiceImpl<BaseDisputePr
entity.setUpdateDate(new Date());
entity.setStatus(item.getStatus());
//业务不确定
entity.setSuccessfulOrNot(null);
if (("03").equals(item.getStatus())) {
entity.setSuccessfulOrNot("Y");
}
entity.setEventNo(("py_").concat(item.getId()));
entity.setFirstEventCategory(item.getParentEventCategory());
entity.setSource("01");

Loading…
Cancel
Save