| | |
| | | import com.ruoyi.project.domain.vo.SpFinancialExpensesIn; |
| | | import com.ruoyi.project.domain.vo.SpFinancialExpensesReimbursementOut; |
| | | import com.ruoyi.project.service.*; |
| | | import com.ruoyi.system.service.ISysDeptService; |
| | | import com.ruoyi.system.service.ISysPostService; |
| | | import com.ruoyi.system.service.ISysUserService; |
| | | import com.ruoyi.web.controller.enums.PersonType; |
| | |
| | | throw new ServiceException("下载失败,用户信息出错", HttpStatus.NO_CONTENT); |
| | | } |
| | | |
| | | Date dt = rdInfoByItem.get(0).getCreateTime(); |
| | | Date dt = rdInfoByItem.get(0).getApplyTime(); |
| | | SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); |
| | | String date = formatter.format(dt); |
| | | String time = date.substring(0, 10); |
| | |
| | | @Excel(name = "绩效:1、月度、2季度、3年度") |
| | | private Integer performancetype; |
| | | |
| | | @ApiModelProperty("上报时间") |
| | | @ApiModelProperty("上报时间/提交审批的申请时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date applyTime; |
| | | // |
| | |
| | | @ApiModelProperty("市内交通费") |
| | | private BigDecimal cityfee; |
| | | |
| | | @ApiModelProperty("上报时间/提交审批的申请时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date applyTime; |
| | | |
| | | /** |
| | | * 绩效:1、月度、2季度、3年度 |
| | | */ |
| | |
| | | </select> |
| | | |
| | | <select id="getRDInfoByItem" resultType="com.ruoyi.project.domain.ServiceReimbursementEo"> |
| | | SELECT a.id as id,a.UserNo as userno,a.FlowLevel as recordstatus,b.persontype as persontype,a.create_time as |
| | | SELECT a.id as id,a.apply_time as applyTime,a.UserNo as userno,a.FlowLevel as recordstatus,b.persontype as persontype,a.create_time as |
| | | createTime,a.managername as managername,a.bh as bh,a.OPOchecker as opochecker,a.FinVicePresident as finvicepresident,a.BusVicePresident as busvicepresident,a.OfficeDirector as officedirector,a.FinanceDirector as financedirector,a.FinanceChecher as financechecher, |
| | | a.UserName as username,b.personname as travelers,a.AmountRequested as amountrequested,a.Reason as reason,a.Phone |
| | | as phone,a.DepositBank as depositbank,a.BankCardNo as bankcardno,a.DonorName as donorname,a.DeptmentName as deptmentname,b.trafficexpense as |