|
|
@ -63,8 +63,8 @@ public interface BsSgcSzGcdaMapper extends BaseMapper<BsSgcSzGcda> { |
|
|
|
"left join bs_sgc_sz_gcgl pj on pj.waga_code = df.waga_code and df.expr_date is null and pj.expr_date is null ", |
|
|
|
"where 1=1 ", |
|
|
|
"and df.expr_date is null ", |
|
|
|
"<if test='wagaCode != null and wagaCode != \"\"'>", |
|
|
|
"and waga_code = #{wagaCode} ", |
|
|
|
"<if test='sp.wagaCode != null and sp.wagaCode != \"\"'>", |
|
|
|
"and waga_code = #{sp.wagaCode} ", |
|
|
|
"</if>", |
|
|
|
"<if test='sp.wagaName != null and sp.wagaName != \"\"'>", |
|
|
|
"and waga_name like concat('%', #{sp.wagaName}, '%') ", |
|
|
|