| | |
| | | </sql> |
| | | <select id="pageLensList" resultType="com.jilongda.manage.vo.TLensWarehousingDetailVO"> |
| | | select tlwd.id, tlwd.warehousingId, tlwd.brand, tlwd.supplier, tlwd.series, tlwd.total, tlwd.refractiveIndex, tlwd.ballMirror, tlwd.code, tlwd.createTime,tlwd.columnMirror, |
| | | tlwd.updateTime, tlwd.createBy, tlwd.updateBy, tlwd.isDelete, tlwd.`type`,tw.storeId |
| | | tlwd.updateTime, tlwd.createBy, tlwd.updateBy, tlwd.isDelete, tlwd.`type`,tw.storeId,tw.status as status |
| | | from t_lens_warehousing_detail tlwd |
| | | left join t_warehousing tw on tlwd.warehousingId = tw.id |
| | | <where> |
| | |
| | | </if> |
| | | and tlwd.isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()} |
| | | </where> |
| | | and tw.status!=5 |
| | | ORDER BY tlwd.createTime DESC |
| | | </select> |
| | | |