Commit 2eca8685 authored by hongguangwu's avatar hongguangwu

MVP1.5.3-收入月份

parent f01bebd7
...@@ -114,7 +114,7 @@ public class TSalaryAccountExportVo { ...@@ -114,7 +114,7 @@ public class TSalaryAccountExportVo {
/** /**
* 支出信息结算状态 0 已结算 1 结算中 2 未结算 * 支出信息结算状态 0 已结算 1 结算中 2 未结算
*/ */
@Schema(description = "支出信息结算状态") @ExcelProperty("支出信息结算状态")
private String paySettleFlag; private String paySettleFlag;
} }
...@@ -815,7 +815,7 @@ ...@@ -815,7 +815,7 @@
<where> <where>
a.DELETE_FLAG = 0 a.DELETE_FLAG = 0
<include refid="where_export"/> <include refid="where_export"/>
GROUP BY a.EMP_IDCARD ORDER BY a.CREATE_TIME desc GROUP BY a.id ORDER BY a.CREATE_TIME desc
<if test="searchVo != null"> <if test="searchVo != null">
<if test="searchVo.limitStart != null"> <if test="searchVo.limitStart != null">
limit #{searchVo.limitStart},#{searchVo.limitEnd} limit #{searchVo.limitStart},#{searchVo.limitEnd}
......
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