getRemark
This commit is contained in:
@@ -57,7 +57,7 @@ public class DecorationDesignRequest {
|
||||
threeAcceptanceDTO.setAcceptanceTime(new Date());
|
||||
threeAcceptanceDTO.setStatus(CommonConstants.ONE);
|
||||
threeAcceptanceDTO.setResult(CommonConstants.ONE);
|
||||
threeAcceptanceDTO.setRemark("加盟商确认设计方案通过");
|
||||
threeAcceptanceDTO.setRemark(threeAcceptanceDTO.getRemark() == null ? "" : threeAcceptanceDTO.getRemark());
|
||||
decorationDesignInfoDO.setPartnerAcceptanceSignatures(JSONObject.toJSONString(threeAcceptanceDTO));
|
||||
}
|
||||
decorationDesignInfoDO.setUpdateTime(new Date());
|
||||
|
||||
Reference in New Issue
Block a user