|
|
@ -70,7 +70,7 @@ |
|
|
|
|
|
|
|
|
</select> |
|
|
</select> |
|
|
<select id="getOperatorGroupDefault" resultType="com.xujie.sys.modules.production.data.OperatorGroupPlanDetailData"> |
|
|
<select id="getOperatorGroupDefault" resultType="com.xujie.sys.modules.production.data.OperatorGroupPlanDetailData"> |
|
|
select a.site, a.Member_OperatorID OperatorID,b.operatorName,null as workTime ,1 as WagesRate |
|
|
|
|
|
|
|
|
select a.site, a.Member_OperatorID OperatorID,b.operatorName,10.5 as workTime ,1 as WagesRate |
|
|
from Operator_group_member a left join Operator b on a.Member_OperatorID=b.OperatorID and a.site=b.site |
|
|
from Operator_group_member a left join Operator b on a.Member_OperatorID=b.OperatorID and a.site=b.site |
|
|
where a.OperatorID =#{operatorGroupId} and b.Active='Y' and a.site=#{site} |
|
|
where a.OperatorID =#{operatorGroupId} and b.Active='Y' and a.site=#{site} |
|
|
</select> |
|
|
</select> |
|
|
|