Commit 7cf7aecd authored by litengwei's avatar litengwei

应急子任务可配置开发

parent 2ce916c3
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
</select> </select>
<select id="getArraysUserName" resultType="java.lang.String"> <select id="getArraysUserName" resultType="java.lang.String">
SELECT person_name from c_emergency_relation cer where obligationId in ( SELECT person_name from c_emergency_relation cer where obligationId in (
select id from f_dict fd where dict_value = #{roleCode} select id from c_emergency_task_role where code = #{roleCode}
) )
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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