Compare commits
2 Commits
ebfcec4419
...
44ab59f375
| Author | SHA1 | Date |
|---|---|---|
|
|
44ab59f375 | |
|
|
dc89f788c1 |
|
|
@ -654,11 +654,11 @@
|
|||
|
||||
WHERE kp.delete_enum = 'FALSE'
|
||||
AND kp.apply_status IN (2, 4, 5)
|
||||
<if test="corpinfoId != null">
|
||||
AND kp.corpinfo_id = #{corpinfoId}
|
||||
<if test="params.corpinfoId != null">
|
||||
AND kp.corpinfo_id = #{params.corpinfoId}
|
||||
</if>
|
||||
<if test="portArea != null">
|
||||
AND cp.port_area = #{portArea}
|
||||
<if test="params.portArea != null">
|
||||
AND cp.port_area = #{params.portArea}
|
||||
</if>
|
||||
ORDER BY kp.apply_status ASC, kp.create_time DESC
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue