修改bug
This commit is contained in:
parent
def6527662
commit
bd61c13ac0
|
@ -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 <= b.end_time +''
|
||||
LEFT JOIN kc_xqxn_history b on a.timestamps >= b.start_time and a.timestamps <= b.end_time
|
||||
${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
|
|
|
@ -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 <= b.end_time +''
|
||||
LEFT JOIN kc_xqxn_history b on a.timestamps >= b.start_time and a.timestamps <= b.end_time
|
||||
${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Reference in New Issue