修改bug

This commit is contained in:
yangjun 2023-08-18 22:28:44 +08:00
parent def6527662
commit bd61c13ac0
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<select id="selectPage" resultType="org.jeecg.modules.kc.grab.log.entity.XxhbbkjxtkpjBadLog">
select a.*,b.title as xqxn from xxhbbkjxtkpj_bad_log a
LEFT JOIN kc_xqxn_history b on a.SKRQ >= b.start_time + '' and a.SKRQ &lt;= b.end_time +''
LEFT JOIN kc_xqxn_history b on a.timestamps >= b.start_time and a.timestamps &lt;= b.end_time
${ew.customSqlSegment}
</select>

View File

@ -4,7 +4,7 @@
<select id="selectPage" resultType="org.jeecg.modules.kc.grab.log.entity.XxhbbkjxtkpjBadLog">
select a.*,b.title as xqxn from xxhbbkjxtkpj_good_log a
LEFT JOIN kc_xqxn_history b on a.SKRQ >= b.start_time + '' and a.SKRQ &lt;= b.end_time +''
LEFT JOIN kc_xqxn_history b on a.timestamps >= b.start_time and a.timestamps &lt;= b.end_time
${ew.customSqlSegment}
</select>