#
18516761980
2021-12-27 55b36b1279fd11feafde05a65ec835f55aa89850
src/main/resources/mapper/WaitPakOutMapper.xml
@@ -59,4 +59,20 @@
<include refid="WaitPakOutConditionSql"></include>
</where>
</select>
   <!-- 不分页查询所有信息,用于excel导出 -->
   <select id="getWaitPakOutAll" parameterType="com.slcf.bean.WaitPakOutCondition" resultType="com.slcf.pojo.WaitPakOutBean">
      select a.*
      from cust_wait_pakout a
      <where>
         <![CDATA[
1=1
]]>
         <include refid="WaitPakOutConditionSql"></include>
         <![CDATA[
order by a.appe_time desc
]]>
      </where>
   </select>
</mapper>