质量自检

This commit is contained in:
pengjie 2024-04-25 22:30:08 +08:00
parent 75635fab69
commit 941ec0fafc

View File

@ -21,7 +21,7 @@
and a.task_name like concat('%',#{param.taskName},'%')
</if>
<if test="param.type != null and param.type != ''">
and a.type=#{type}
and a.type=#{param.type}
</if>
</select>
<select id="getTodayInfo" resultType="com.zhgd.jeecg.common.mybatis.EntityMap">