|
|
|
@ -2,17 +2,4 @@
|
|
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|
|
|
|
<mapper namespace="com.hnac.hzims.operational.feedback.mapper.UserFeedbackMapper"> |
|
|
|
|
|
|
|
|
|
<select id="getCarCheckTemplatePage" resultType="com.hnac.hzims.safeproduct.entity.CarCheckTemplateEntity"> |
|
|
|
|
SELECT |
|
|
|
|
* |
|
|
|
|
FROM |
|
|
|
|
car_check_template_detail |
|
|
|
|
WHERE |
|
|
|
|
is_deleted = 0 |
|
|
|
|
<if test="param.templateName != null and param.templateName != ''"> |
|
|
|
|
AND template_name like concate('%', #{param.templateName}, '%') |
|
|
|
|
</if> |
|
|
|
|
ORDER BY |
|
|
|
|
create_time DESC |
|
|
|
|
</select> |
|
|
|
|
</mapper> |