Commit e5d176ea authored by hongguangwu's avatar hongguangwu

工资-a.DELETE_FLAG = 0

parent 1627c598
......@@ -246,8 +246,8 @@
<include refid="Base_Column_List"/>
FROM t_salary_account a
<where>
1=1
<include refid="tSalaryAccount_where"/>
a.DELETE_FLAG = 0
<include refid="tSalaryAccount_where"/>
</where>
</select>
......
......@@ -218,7 +218,7 @@
<include refid="Base_Column_List"/>
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include refid="tSalaryStandard_where"/>
</where>
</select>
......@@ -228,7 +228,7 @@
<include refid="Base_Column_List"/>
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include refid="where_page"/>
</where>
order by a.CREATE_TIME desc
......@@ -265,7 +265,7 @@
a.CREATE_TIME
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include refid="where_export"/>
<if test="searchVo != null">
<if test="searchVo.limitStart != null">
......@@ -280,7 +280,7 @@
count(1)
FROM t_salary_standard a
<where>
1=1
a.DELETE_FLAG = 0
<include refid="where_export"/>
</where>
</select>
......
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