Commit 9e1b3b6f authored by chenzhao's avatar chenzhao

修改代码

parent 55c29f0a
......@@ -161,6 +161,9 @@
<if test="customType!=null and customType !=''">
and custom_type = #{customType}
</if>
<if test="bizOrgCode!=null and bizOrgCode !=''">
and biz_org_code LIKE CONCAT (#{bizOrgCode},'%')
</if>
ORDER BY create_date DESC
</select>
<select id="queryCustomInputItemByPointId" resultType="com.yeejoin.amos.patrol.business.vo.PointInputItemVo">
......
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