Commit 8dae380c authored by KeYong's avatar KeYong

Merge remote-tracking branch 'origin/develop_dl' into develop_dl

parents b9d33c89 da32f1f4
package com.yeejoin.equip.service;
import java.util.Map;
/**
* @author LiuLin
* @date 2023年07月12日 10:44
*/
public interface KafkaMessageService {
void handlerMessage(String message, Map<Object, Object> equipmentIndexVOMap);
}
......@@ -859,7 +859,7 @@ GROUP BY
</update>
<update id="updatePersonStatus">
update cb_org_usr set person_status = #{status} where id = #{id}
update cb_org_usr set person_status = #{status} where sequence_nbr = #{id}
</update>
<select id ='getPersonSimpleDetail' resultType='Map'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment