Commit 52f42b5079805cacd23e31a25948bacb570978b7

Authored by liquanyu
1 parent 3918625d7e

update

Showing 1 changed file with 2 additions and 2 deletions

platform-biz-service/src/main/resources/mainOrm/master/MasterMysqlAntexc.xml View file @ 52f42b5
... ... @@ -2527,7 +2527,7 @@
2527 2527 and a.checkTime <![CDATA[ <= ]]> #{endDate}
2528 2528 </if>
2529 2529 ) c on c.sourceId= f.sourceId
2530   - where DATEDIFF(f.lastMenses,c.checkTime) <= 83
  2530 + where DATEDIFF(f.lastMenses,c.checkTime) <![CDATA[ <= ]]> 83
2531 2531 <if test="hospitalId != null and hospitalId != ''">
2532 2532 and f.fmHospital = #{hospitalId,jdbcType=VARCHAR}
2533 2533 </if>
... ... @@ -2555,7 +2555,7 @@
2555 2555 and a.checkTime <![CDATA[ <= ]]> #{endDate}
2556 2556 </if>
2557 2557 ) c on c.sourceId= f.sourceId
2558   - where DATEDIFF(f.lastMenses,c.checkTime) <= 83
  2558 + where DATEDIFF(f.lastMenses,c.checkTime) <![CDATA[ <= ]]> 83
2559 2559 <if test="hospitalId != null and hospitalId != ''">
2560 2560 and f.fmHospital = #{hospitalId,jdbcType=VARCHAR}
2561 2561 </if>