Commit 1211e725 authored by chenzhao's avatar chenzhao

修改人员选择bug

parent a1cbade3
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
<where> <where>
ph.is_delete = 0 and ph.review_status='通过' and ph.training_status='已培训' and ph.is_sign_an_agreement=0 ph.is_delete = 0 and ph.review_status='通过' and ph.training_status='已培训' and ph.is_sign_an_agreement=0
and std_user_biz.lock_status = 'UNLOCK'
<if test="maintenanceType != null and maintenanceType != ''"> <if test="maintenanceType != null and maintenanceType != ''">
AND ph.maintenance_type = #{maintenanceType} AND ph.maintenance_type = #{maintenanceType}
......
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