manage/src/main/resources/mapping/TFrameGoods.xml
@@ -45,6 +45,8 @@ <if test="query.startCount != null and query.endCount != null"> and t1.total between #{query.startCount} and #{query.endCount} </if> and t1.isDelete = ${@com.jilongda.common.enums.DisabledEnum@NO.getCode()} order by t1.id </select> </mapper>