|
|
@ -89,6 +89,9 @@ public interface BsSgcSzGcdaMapper extends BaseMapper<BsSgcSzGcda> { |
|
|
|
"LEFT JOIN bs_sgc_sz_gcgl pj ON pj.waga_code = df.waga_code and pj.expr_date is null " + |
|
|
|
"WHERE 1=1 " + |
|
|
|
"and df.expr_date is null " + |
|
|
|
"<if test='szProject.wagaType != null and szProject.wagaType != \"\"'>" + |
|
|
|
"AND df.waga_type = #{szProject.wagaType} " + |
|
|
|
"</if>" + |
|
|
|
"<if test='szProject.wagaCode != null and szProject.wagaCode != \"\"'>" + |
|
|
|
"AND df.waga_code = #{szProject.wagaCode} " + |
|
|
|
"</if>" + |
|
|
|