Commit 2f093af7 authored by wangzb's avatar wangzb

feature-wzb :档案和社保处Bug修复

parent 9a69edd5
......@@ -105,19 +105,6 @@ public class MsgInfoServiceImpl extends ServiceImpl<MsgInfoMapper, MsgInfo> impl
log.error(JSON.toJSONString(save));
}
}
// 薪资状态待支出提醒
if (CommonConstants.THREE_STRING.equals(vo.getType())){
save = baseMapper.getMsgByOrderId(vo.getOrderId());
if (Common.isNotNull(save)){
save.setCreateTime(LocalDateTime.now());
save.setUrl(MesConstants.orderUrl+save.getOrderId());
save.setAlertType(CommonConstants.THREE_STRING);
save.setAlertUser(vo.getAlertUser().replace("\"",""));
baseMapper.insert(save);
log.error(JSON.toJSONString(save));
}
}
}
return R.ok();
}else {
......
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