| | |
| | | //001审批通过之后,就需要把“办公室主任”的名字填上 |
| | | if (checkFundVO.getFlowconclusion() == 1 && user.getUserName().equals("001")) { |
| | | serviceFund.setOfficedirector(user.getNickName()); |
| | | serviceFund.setUploadStates(2); |
| | | serviceFund.setUploadStates(1); |
| | | } |
| | | System.out.println("serviceFund的值是--------:" + serviceFund); |
| | | log.info("开始更新的的值是--------"); |
| | |
| | | @Excel(name = "上报时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date applyTime; |
| | | |
| | | @ApiModelProperty("数据是否进入shared表 0:否 1:是") |
| | | @ApiModelProperty("数据是否进入shared表 0:发起 1:待上传 2:已上传") |
| | | private Integer uploadStates; |
| | | |
| | | /** |