Преглед изворни кода

[审批][修改][修改卷列表过滤审批状态]

release_toaliyun_real
luozukai пре 7 година
родитељ
комит
0b6b508051
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Прегледај датотеку

@@ -348,7 +348,7 @@
<if test=" null != operationType ">and rc.`operation_type` = #{operationType}</if> <if test=" null != operationType ">and rc.`operation_type` = #{operationType}</if>
</where> </where>
<if test=" null != sortColumns">order by ${sortColumns}</if> <if test=" null != sortColumns">order by ${sortColumns}</if>
<if test=" null == sortColumns">order by rc.id desc</if>
<if test=" null == sortColumns">order by rc.createtime desc,rc.id desc</if>
</select> </select>






Loading…
Откажи
Сачувај