Commit 6b7501ac authored by hongguangwu's avatar hongguangwu

MVP1.7.10-薪资状态

parent 095ac0af
......@@ -588,7 +588,7 @@
<select id="getEmpAccountExport" resultType="com.yifu.cloud.plus.v1.yifu.salary.vo.TSalaryAccountExportSpecialVo">
SELECT
a.SALARY_MONTH export1,
if(a.DISTRIBUTION_FLAG='1','发放成功',if(a.DISTRIBUTION_FLAG='2','发放失败','未发放')) export2,
if(a.PAY_SETTLE_FLAG='0','已发放',if(a.PAY_SETTLE_FLAG='2','未发放','发放中')) export2,
a.SETTLEMENT_MONTH export3,
a.DEPT_NAME export4,
a.EMP_NAME export5,
......
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