| | |
| | | </select> |
| | | |
| | | <select id="selectEcOrderList" parameterType="org.springblade.modules.eCallEventTwo.dto.EcOrderDTO" resultMap="EcOrderDTOResult"> |
| | | <include refid="selectEcOrder"/> |
| | | SELECT |
| | | eo.* |
| | | FROM |
| | | ec_order_cti eoc |
| | | LEFT JOIN ec_order eo on eo.order_id= eoc.order_id |
| | | <where> |
| | | <if test="startTime != null and endTime != null">and eoc.callin_time BETWEEN #{startTime} AND #{endTime} |
| | | </if> |
| | | <if test="orderId != null "> and order_id = #{orderId}</if> |
| | | <if test="orderCode != null and orderCode != ''"> and order_code = #{orderCode}</if> |
| | | <if test="issueOrigin != null and issueOrigin != ''"> and issue_origin = #{issueOrigin}</if> |
| | |
| | | </where> |
| | | </select> |
| | | |
| | | |
| | | <select id="getUnitAssessmentIndicators" resultType="java.util.Map"> |
| | | select * from `v_statistics_examine_2` |
| | | |
| | | </select> |
| | | |
| | | </mapper> |