陈昶聿
4 天以前 d676aa22e6ae888ff7ac7bf62d2bf83c6913ea5f
smartor/src/main/resources/mapper/smartor/PatSatisfactionMapper.xml
@@ -108,6 +108,12 @@
            <if test="orgid != null  and orgid != ''">
                and orgid = #{orgid}
            </if>
            <if test="createTime != null">
                and create_time = #{createTime},
            </if>
            <if test="updateTime != null">
                and update_time = #{updateTime},
            </if>
            <if test="startTime != null">
                AND date_format(update_time,'%y%m%d') >= date_format(#{startTime},'%y%m%d')
            </if>