Commit 92a1b0e4 authored by tianyiming's avatar tianyiming

两员配备-企业两员配备情况查询更新

parent ccd69ce1
......@@ -20,10 +20,10 @@
and use_code like concat('%',#{companyDto.useCode},'%')
</if>
<if test="companyDto.completeNormal != '' and companyDto.completeNormal == 1 ">
and (useDone = '1' or productDone = '1')
and completeNormal = '1'
</if>
<if test="companyDto.completeNormal != '' and companyDto.completeNormal == 0 ">
and useDone = '0' and productDone = '0'
and completeNormal = '0'
</if>
</select>
<select id="getListByOrgCode" resultType="com.yeejoin.amos.boot.module.tcm.api.entity.TzsTwoStaffing">
......
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