|  |  | 
 |  |  |         //删除其他待办 | 
 |  |  |         noticesMapper.delete(new QueryWrapper<Notices>().lambda().eq(Notices::getObjType,noticeObjectType.getKey()).eq(Notices::getObjId,model.getId())); | 
 |  |  |  | 
 |  |  |         Notices notices = new Notices(noticeObjectType,Constants.ONE,model.getId(),model.getInformantName(), | 
 |  |  |                 model.getCompanyId(), Constants.NoticeType.FOUR); | 
 |  |  |         noticesMapper.insert(notices); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |         Constants.SettleClaimsLogType applyLogType = Constants.SettleClaimsLogType.PLATFORM_RETURN; | 
 |  |  |         String info =applyLogType.getInfo(); | 
 |  |  |         info = info.replace("${param}", update.getCheckInfo()); | 
 |  |  | 
 |  |  |         update.setId(model.getId()); | 
 |  |  |         settleClaimsMapper.updateById(update); | 
 |  |  |  | 
 |  |  |         Constants.SettleClaimsLogType applyLogType = Constants.SettleClaimsLogType.PLATFORM_REMARK; | 
 |  |  |         String info =applyLogType.getInfo(); | 
 |  |  |         info = info.replace("${param}", param.getCheckInfo()); | 
 |  |  |         SettleClaimsLog log = new SettleClaimsLog(update,applyLogType.getName(), info,update.getId(),applyLogType.getKey(), JSONObject.toJSONString(model), JSONObject.toJSONString(update)); | 
 |  |  |         settleClaimsLogMapper.insert(log); | 
 |  |  | //        Constants.SettleClaimsLogType applyLogType = Constants.SettleClaimsLogType.PLATFORM_REMARK; | 
 |  |  | //        String info =applyLogType.getInfo(); | 
 |  |  | //        info = info.replace("${param}", param.getCheckInfo()); | 
 |  |  | //        SettleClaimsLog log = new SettleClaimsLog(update,applyLogType.getName(), info,update.getId(),applyLogType.getKey(), JSONObject.toJSONString(model), JSONObject.toJSONString(update)); | 
 |  |  | //        settleClaimsLogMapper.insert(log); | 
 |  |  |         return  1; | 
 |  |  |  | 
 |  |  |     } |