|
|
|
@ -56,7 +56,8 @@ |
|
|
|
round(SU_ELDERLY_SUBSIDY,2)SU_ELDERLY_SUBSIDY, |
|
|
|
round(SU_CHILD_SUBSIDY,2)SU_CHILD_SUBSIDY, |
|
|
|
round(SU_FIVE_GUARANTEES_SUBSIDY,2)SU_FIVE_GUARANTEES_SUBSIDY, |
|
|
|
if(SU_IS_POOR = '1','是','否') as SU_IS_POOR |
|
|
|
if(SU_IS_POOR = '1','是','否') as SU_IS_POOR, |
|
|
|
corrector |
|
|
|
from epdc_special_user |
|
|
|
where DEL_FLAG = '0' |
|
|
|
<if test="suName!=null and suName!=''"> |
|
|
|
@ -90,6 +91,9 @@ |
|
|
|
<if test="suFiveGuaranteesSubsidy == 1"> |
|
|
|
and SU_FIVE_GUARANTEES_SUBSIDY > 0 |
|
|
|
</if> |
|
|
|
<if test="corrector == 1"> |
|
|
|
and corrector is not null and corrector <![CDATA[ <> ]]> '' |
|
|
|
</if> |
|
|
|
order by CREATED_TIME desc |
|
|
|
LIMIT #{pageIndex},#{pageSize} |
|
|
|
</select> |
|
|
|
@ -127,6 +131,9 @@ |
|
|
|
<if test="suFiveGuaranteesSubsidy == 1"> |
|
|
|
and SU_FIVE_GUARANTEES_SUBSIDY > 0 |
|
|
|
</if> |
|
|
|
<if test="corrector == 1"> |
|
|
|
and corrector is not null and corrector <![CDATA[ <> ]]> '' |
|
|
|
</if> |
|
|
|
order by CREATED_TIME desc |
|
|
|
</select> |
|
|
|
<select id="selectDisabilityType" |
|
|
|
@ -174,4 +181,4 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
</mapper> |
|
|
|
</mapper> |
|
|
|
|