Commit bcc73203 authored by yangyang's avatar yangyang

fixed bug 20884【web端-户用开发】按照登记编号筛选,未支持模糊筛选

parent 676cb3dc
...@@ -69,7 +69,7 @@ on hygf_document_station.preparation_money_id=hygf_preparation_money.sequence_nb ...@@ -69,7 +69,7 @@ on hygf_document_station.preparation_money_id=hygf_preparation_money.sequence_nb
and developer_code = #{developerCode} and developer_code = #{developerCode}
</if> </if>
<if test="peasantHouseholdNo!=null and peasantHouseholdNo !=''"> <if test="peasantHouseholdNo!=null and peasantHouseholdNo !=''">
and peasant_household_no = #{peasantHouseholdNo} and peasant_household_no like concat ('%',#{peasantHouseholdNo},'%')
</if> </if>
ORDER BY creation_time DESC ORDER BY creation_time DESC
</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