|
@ -34,7 +34,7 @@ public interface SzYhPlanMapper extends BaseMapper<SzYhPlan> { |
|
|
"p.create_time, p.update_time"); // 添加了 p.create_time 和 p.update_time
|
|
|
"p.create_time, p.update_time"); // 添加了 p.create_time 和 p.update_time
|
|
|
FROM("bs_sgc_sz_yhjh p"); |
|
|
FROM("bs_sgc_sz_yhjh p"); |
|
|
LEFT_OUTER_JOIN("bs_sgc_sz_jbxx j ON p.waga_code = j.waga_code and j.expr_date is null "); |
|
|
LEFT_OUTER_JOIN("bs_sgc_sz_jbxx j ON p.waga_code = j.waga_code and j.expr_date is null "); |
|
|
WHERE("p.expr_date is null "); |
|
|
WHERE("1=1 "); |
|
|
|
|
|
|
|
|
SzYhPlanSearchDto dto = (SzYhPlanSearchDto) param.get("dto"); |
|
|
SzYhPlanSearchDto dto = (SzYhPlanSearchDto) param.get("dto"); |
|
|
if (dto != null) { |
|
|
if (dto != null) { |
|
|