Commit e5d176ea authored by hongguangwu's avatar hongguangwu

工资-a.DELETE_FLAG = 0

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