Commit 922eaf59 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.5.3' into MVP1.5.3

parents 5f3441e1 efbf9fff
......@@ -1786,7 +1786,7 @@
)
</if>
</if>-->
<if test="param == null">
<if test="param != null">
<!--数据权限判断-->
or a.CREATE_BY = #{param.createBy}
<if test="domains != null">
......
......@@ -114,7 +114,7 @@ public class TSalaryAccountExportVo {
/**
* 支出信息结算状态 0 已结算 1 结算中 2 未结算
*/
@ExcelProperty("支出信息结算状态")
@ExcelProperty("支出结算状态")
private String paySettleFlag;
}
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