Browse Source

修改sql

master
HAHA 3 years ago
parent
commit
6e6594ada6
  1. 2
      epmet-module/open-data-worker/open-data-worker-server/src/main/resources/mapper/CaKettleBaseDisputeProcessDao.xml

2
epmet-module/open-data-worker/open-data-worker-server/src/main/resources/mapper/CaKettleBaseDisputeProcessDao.xml

@ -15,6 +15,8 @@
mainpartyid, mainpartyid,
responsibility_unit, responsibility_unit,
base_key_id base_key_id
from
ca_kettle_base_dispute_process
<where> <where>
<if test="form.mainpartyid != null and form.mainpartyid != ''"> <if test="form.mainpartyid != null and form.mainpartyid != ''">
AND mainpartyid like '%${form.mainpartyid}%' AND mainpartyid like '%${form.mainpartyid}%'

Loading…
Cancel
Save