| src/main/resources/mapper/measuringinstrumentledger/MeasuringInstrumentLedgerMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/measuringinstrumentledger/MeasuringInstrumentLedgerMapper.xml
@@ -40,10 +40,10 @@ <if test="req.status != null"> <choose> <when test="req.status == 1"> AND next_date >= DATE_FORMAT(now(),'%Y-%m-%d') AND most_date >= DATE_FORMAT(now(),'%Y-%m-%d') </when> <when test="req.status == 2"> AND next_date < DATE_FORMAT(now(),'%Y-%m-%d') AND most_date < DATE_FORMAT(now(),'%Y-%m-%d') </when> </choose> </if>