| | |
| | | <version>3.7.0</version> |
| | | </parent> |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <packaging>war</packaging> |
| | | <artifactId>ruoyi-admin</artifactId> |
| | | <!-- <packaging>war</packaging>--> |
| | | <packaging>jar</packaging> |
| | | <artifactId>ruoyi-admin-opo</artifactId> |
| | | |
| | | <description> |
| | | web服务入口 |
| | |
| | | @Excel(name = "事由备注") |
| | | private String remark; |
| | | |
| | | @ApiModelProperty("付款方式") |
| | | private String zffs; |
| | | |
| | | @ApiModelProperty("付款日期") |
| | | private String riqi; |
| | | |
| | | } |
| | | |
| | |
| | | @Excel(name = "记录状态") |
| | | private long serfunid; |
| | | |
| | | @ApiModelProperty("付款方式") |
| | | private String zffs; |
| | | |
| | | @ApiModelProperty("付款日期") |
| | | private String riqi; |
| | | |
| | | |
| | | @ApiModelProperty("财务驳回信息:姓名+' '+时间+' '+意见") |
| | | @Excel(name = "财务驳回信息:姓名+' '+时间+' '+意见") |
| | |
| | | |
| | | |
| | | @ApiModelProperty("付款方式") |
| | | private String payterm; |
| | | private String zffs; |
| | | |
| | | @ApiModelProperty("付款日期") |
| | | private String riqi; |
| | | |
| | | // @ApiModelProperty("开始时间") |
| | | // private Date starttime; |
| | |
| | | @ApiModelProperty("财务系统驳回信息:姓名+' '+时间+' '+意见") |
| | | private String cxrjyj; |
| | | |
| | | @ApiModelProperty("支付方式") |
| | | private String payerm; |
| | | @ApiModelProperty("付款方式") |
| | | private String zffs; |
| | | |
| | | @ApiModelProperty("付款日期") |
| | | private String riqi; |
| | | } |
| | | |
| | |
| | | <result property="pretaxcost" column="PretaxCost"/> |
| | | <result property="taxedcost" column="TaxedCost"/> |
| | | <result property="backflowlevel" column="backFlowLevel"/> |
| | | <result property="zffs" column="zffs"/> |
| | | <result property="riqi" column="riqi"/> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | uploadflag, |
| | | uploadtime, |
| | | backflowlevel, |
| | | FlowLevel |
| | | FlowLevel, |
| | | zffs, |
| | | riqi |
| | | from service_fund |
| | | </sql> |
| | | |
| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ruoyi.project.mapper.ServiceFundSharedMapper"> |
| | | |
| | | <resultMap type="ServiceFundShared" id="ServiceFundSharedResult"> |
| | | <resultMap type="com.ruoyi.project.domain.ServiceFundShared" id="ServiceFundSharedResult"> |
| | | <result property="id" column="ID" /> |
| | | <result property="infoid" column="InfoID" /> |
| | | <result property="donorno" column="DonorNo" /> |
| | | <result property="donorname" column="DonorName" /> |
| | | <result property="delFlag" column="del_flag" /> |
| | | <result property="delflag" column="del_flag"/> |
| | | <result property="createBy" column="create_by" /> |
| | | <result property="createTime" column="create_time" /> |
| | | <result property="updateBy" column="update_by" /> |
| | |
| | | <result property="oabdzt" column="oabdzt" /> |
| | | <result property="filename" column="filename" /> |
| | | <result property="fileid" column="fileid" /> |
| | | <result property="zffs" column="zffs"/> |
| | | <result property="riqi" column="riqi"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceFundSharedVo"> |
| | | select ID, InfoID, DonorNo, DonorName, create_by, create_time, update_by, update_time, UserNo, UserName, UnitName, UnitNo, UnitUserNo, Phone, AnnexBankCard, AnnexRegistForm, PretaxCost, TaxedCost, TotalCost, ProcurementCost, ExpertCost, EthicsCost, MedicalCost, FamilyCost, AftercareCost, AmountRequested, ApplyType, PrepaidAmount, InvoiceCount, AttachCount, ManagerNo, ManagerName, DeptmentNo, DeptmentName, OPOchecker, FinVicePresident, BusVicePresident, OfficeDirector, FinanceDirector, FinanceChecher, Remark, Isdistribute, RecordStatus, uploadflag, uploadtime, FlowLevel, oaid, oabdzt, filename, fileid,serfunid from service_fund_shared |
| | | select ID, |
| | | InfoID, |
| | | DonorNo, |
| | | DonorName, |
| | | create_by, |
| | | create_time, |
| | | update_by, |
| | | update_time, |
| | | UserNo, |
| | | UserName, |
| | | UnitName, |
| | | UnitNo, |
| | | UnitUserNo, |
| | | Phone, |
| | | AnnexBankCard, |
| | | AnnexRegistForm, |
| | | PretaxCost, |
| | | TaxedCost, |
| | | TotalCost, |
| | | ProcurementCost, |
| | | ExpertCost, |
| | | EthicsCost, |
| | | MedicalCost, |
| | | FamilyCost, |
| | | AftercareCost, |
| | | AmountRequested, |
| | | ApplyType, |
| | | PrepaidAmount, |
| | | InvoiceCount, |
| | | AttachCount, |
| | | ManagerNo, |
| | | ManagerName, |
| | | DeptmentNo, |
| | | DeptmentName, |
| | | OPOchecker, |
| | | FinVicePresident, |
| | | BusVicePresident, |
| | | OfficeDirector, |
| | | FinanceDirector, |
| | | FinanceChecher, |
| | | Remark, |
| | | Isdistribute, |
| | | RecordStatus, |
| | | uploadflag, |
| | | uploadtime, |
| | | FlowLevel, |
| | | oaid, |
| | | oabdzt, |
| | | filename, |
| | | fileid, |
| | | serfunid, |
| | | zffs, |
| | | riqi |
| | | from service_fund_shared |
| | | </sql> |
| | | |
| | | <select id="getFundShareInfoById" resultType="com.ruoyi.project.domain.ServiceFundShared" resultMap="ServiceFundSharedResult"> |
| | | <select id="getFundShareInfoById" resultType="com.ruoyi.project.domain.ServiceFundShared" |
| | | resultMap="ServiceFundSharedResult"> |
| | | <include refid="selectServiceFundSharedVo"/> |
| | | where serfunid = #{fundid} |
| | | </select> |
| | |
| | | <if test="invoicecount != null "> and InvoiceCount = #{invoicecount}</if> |
| | | <if test="attachcount != null "> and AttachCount = #{attachcount}</if> |
| | | <if test="managerno != null and managerno != ''"> and ManagerNo = #{managerno}</if> |
| | | <if test="managername != null and managername != ''"> and ManagerName like concat('%', #{managername}, '%')</if> |
| | | <if test="managername != null and managername != ''">and ManagerName like concat('%', #{managername}, |
| | | '%') |
| | | </if> |
| | | <if test="deptmentno != null and deptmentno != ''"> and DeptmentNo = #{deptmentno}</if> |
| | | <if test="deptmentname != null and deptmentname != ''"> and DeptmentName like concat('%', #{deptmentname}, '%')</if> |
| | | <if test="deptmentname != null and deptmentname != ''">and DeptmentName like concat('%', #{deptmentname}, |
| | | '%') |
| | | </if> |
| | | <if test="opochecker != null and opochecker != ''"> and OPOchecker = #{opochecker}</if> |
| | | <if test="finvicepresident != null and finvicepresident != ''"> and FinVicePresident = #{finvicepresident}</if> |
| | | <if test="busvicepresident != null and busvicepresident != ''"> and BusVicePresident = #{busvicepresident}</if> |
| | | <if test="finvicepresident != null and finvicepresident != ''">and FinVicePresident = #{finvicepresident} |
| | | </if> |
| | | <if test="busvicepresident != null and busvicepresident != ''">and BusVicePresident = #{busvicepresident} |
| | | </if> |
| | | <if test="officedirector != null and officedirector != ''"> and OfficeDirector = #{officedirector}</if> |
| | | <if test="financedirector != null and financedirector != ''"> and FinanceDirector = #{financedirector}</if> |
| | | <if test="financechecher != null and financechecher != ''"> and FinanceChecher = #{financechecher}</if> |
| | |
| | | <result property="donoramount" column="donoramount"/> |
| | | <result property="donorrelatives" column="donorrelatives"/> |
| | | <result property="backflowlevel" column="backFlowLevel"/> |
| | | <result property="payterm" column="payTerm"/> |
| | | <result property="zffs" column="zffs"/> |
| | | <result property="riqi" column="riqi"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceReimbursementVo"> |
| | |
| | | donoramount, |
| | | donorrelatives, |
| | | backFlowLevel, |
| | | payterm |
| | | zffs, |
| | | riqi |
| | | from service_reimbursement |
| | | </sql> |
| | | |
| | |
| | | <result property="donorremark" column="donorremark"/> |
| | | <result property="donoramount" column="donoramount"/> |
| | | <result property="donorrelatives" column="donorrelatives"/> |
| | | <result property="payterm" column="payTerm"/> |
| | | <result property="zffs" column="zffs"/> |
| | | <result property="riqi" column="riqi"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceReimbursementSharedVo"> |
| | |
| | | donorremark, |
| | | donoramount, |
| | | donorrelatives, |
| | | payTerm |
| | | zffs, |
| | | riqi |
| | | from service_reimbursement_shared |
| | | </sql> |
| | | |
| | |
| | | contentList.add(map); |
| | | DingTalkReqVo dingTalkReqVo = new DingTalkReqVo(); |
| | | dingTalkReqVo.setTitle("财务系统驳回信息"); |
| | | dingTalkReqVo.setNumber("13634195431"); |
| | | dingTalkReqVo.setNumber("17607179857"); |
| | | dingTalkReqVo.setContents(contentList); |
| | | dingTalkService.sendNotification(dingTalkReqVo); |
| | | } |