Ver Fonte

no message

leon há 4 anos atrás
pai
commit
60dad8c5f5

+ 2 - 0
src/main/java/com/mokamrp/privates/mapper/pangu/FosterwxStationPayMapper.xml

@@ -27,6 +27,8 @@
             <if test="params.type != null">and pay_type = #{params.type}</if>
             <if test="params.amtType != null">and amt_type = #{params.amtType}</if>
             <if test="params.remark != null">and remark like concat('%',#{params.remark},'%')</if>
+            and del_flg = 1
         </where>
+        order by id desc
     </select>
 </mapper>