src/main/resources/mapper/otc/OtcEntrustOrderDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/otc/OtcEntrustOrderDao.xml
@@ -40,7 +40,7 @@ and status != #{record.status} </if> <if test="record.status != null and record.status != 3"> and status == #{record.status} and status = #{record.status} </if> </where> </select> @@ -58,7 +58,7 @@ and status != #{record.status} </if> <if test="record.status != null and record.status != 3"> and status == #{record.status} and status = #{record.status} </if> </where> order by create_time desc