Commit 71135087 authored by tianyiming's avatar tianyiming

一码通草稿功能

parent a2816ec2
...@@ -1501,7 +1501,7 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD ...@@ -1501,7 +1501,7 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
IdxBizJgOtherInfo idxBizJgOtherInfo = JSON.parseObject(JSON.toJSONString(supervisionForm), IdxBizJgOtherInfo.class); IdxBizJgOtherInfo idxBizJgOtherInfo = JSON.parseObject(JSON.toJSONString(supervisionForm), IdxBizJgOtherInfo.class);
if (!ObjectUtils.isEmpty(idxBizJgOtherInfo)) { if (!ObjectUtils.isEmpty(idxBizJgOtherInfo)) {
if(EquipmentCategoryEnum.DRL.getName().equals(claimStatus)){ if(EquipmentCategoryEnum.DRL.getName().equals(claimStatus) && !"已认领".equals(idxBizJgOtherInfo.getClaimStatus())){
idxBizJgOtherInfo.setClaimStatus("草稿"); idxBizJgOtherInfo.setClaimStatus("草稿");
} }
idxBizJgOtherInfo.setRecord(record); idxBizJgOtherInfo.setRecord(record);
......
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