Browse Source

customer_id

master
yinzuomei 3 years ago
parent
commit
de22781d63
  1. 2
      epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml

2
epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partyOrg/IcPartyActDao.xml

@ -202,7 +202,7 @@
set del_flag='1', set del_flag='1',
UPDATED_BY=#{userId}, UPDATED_BY=#{userId},
UPDATED_TIME=now() UPDATED_TIME=now()
where customerId=#{customerId} where customer_id=#{customerId}
and id=#{icPartyActId} and id=#{icPartyActId}
</update> </update>

Loading…
Cancel
Save