|
@@ -37,10 +37,7 @@ import com.xt.jygl.gkjygl.cghzyxxgl.dcsb.service.DcsbService;
|
|
|
import com.xt.jygl.gkjygl.cghzyxxgl.dcsb.vo.DcsbVo;
|
|
|
import com.xt.jygl.gkjygl.gkjyr.jyrjbxx.entity.GkjyrEntity;
|
|
|
import com.xt.jygl.gkjygl.gkjyr.jyrjbxx.service.GkjyrService;
|
|
|
-import com.xt.jygl.gkjygl.gkjyr.xkzxx.entity.XkzglbEntity;
|
|
|
import com.xt.jygl.gkjygl.gkjyxkgl.gkjyxksq.entity.XkzsqEntity;
|
|
|
-import com.xt.jygl.gkjygl.gkjyxkgl.gkjyxksq.entity.XkzsqfjEntity;
|
|
|
-import com.xt.jygl.gkjygl.gkjyxkgl.gkjyxksq.entity.XzjydyEntity;
|
|
|
import com.xt.jygl.workflow.entity.TaskInfoEntity;
|
|
|
import com.xt.jygl.workflow.service.TaskInfoService;
|
|
|
import com.xtframe.core.base.ctl.WebJsonResult;
|
|
@@ -777,8 +774,6 @@ public class DcsbCtl extends BaseWebCtl {
|
|
|
entity.setShzt("2402");
|
|
|
entity = dcsbService.submit(entity);
|
|
|
}
|
|
|
- // rtx提醒
|
|
|
- rtxSend(entity.getSzgq().getId(), Constants.ROLE_DCSBSC, "你有一条单船申报待办事务,请及时处理!");
|
|
|
} catch (Exception e) {
|
|
|
wr.setSuccess(false);
|
|
|
wr.setMessage("操作失败!");
|
|
@@ -895,8 +890,6 @@ public class DcsbCtl extends BaseWebCtl {
|
|
|
dcsbService.claim(dcsb.getId(), SecUtils.getCurrUser().getId().toString());
|
|
|
}
|
|
|
dcsbService.changeAudit(null, entity, true);
|
|
|
- // rtx提醒
|
|
|
- rtxSend(entity.getSzgq().getId(), Constants.ROLE_DCSBSC, "你有一条单船申报待办事务,请及时处理!");
|
|
|
} catch (Exception e) {
|
|
|
wr.setSuccess(false);
|
|
|
wr.setMessage("操作失败!");
|
|
@@ -963,8 +956,8 @@ public class DcsbCtl extends BaseWebCtl {
|
|
|
}
|
|
|
boolean jflag = dcsbService.changeAudit(shyj, entity, flag);
|
|
|
if(!jflag){
|
|
|
- // rtx提醒
|
|
|
- rtxSend(entity.getSzgq().getId(), Constants.ROLE_DCSBSC, "你有一条单船申报待办事务,请及时处理!");
|
|
|
+ /*// rtx提醒
|
|
|
+ rtxSend(entity.getSzgq().getId(), Constants.ROLE_DCSBSC, "你有一条单船申报待办事务,请及时处理!");*/
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
wr.setSuccess(false);
|