陈昶聿
3 天以前 ea9c33ab8ef00dd1611f2ed1ed9d331909e53a9f
smartor/src/main/resources/mapper/smartor/PatSatisfactionMapper.xml
@@ -108,12 +108,6 @@
            <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>