manage/src/main/resources/mapping/TLineUpMapper.xml
@@ -40,6 +40,8 @@ <if test="query.storeId != null"> and s.id = #{query.storeId} </if> and t1.isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()} </where> order by t.createTime desc </select>