1、员工标签作废后的编辑去掉
2、员工管理-员工信息-服务指令:增加已选择服务指令可查看详情功能 3、调整员工标签-作废提示语
This commit is contained in:
parent
fa7b9ce15a
commit
afe8928ed9
|
|
@ -90,8 +90,14 @@
|
||||||
c.preview_file_md5,
|
c.preview_file_md5,
|
||||||
c.preview_file_small_md5,
|
c.preview_file_small_md5,
|
||||||
c.immediate_file_md5,
|
c.immediate_file_md5,
|
||||||
c.immediate_file_focus_md5
|
c.immediate_file_focus_md5,
|
||||||
|
b.instruction_name as instructionName,
|
||||||
|
cat.category_name AS categoryName,
|
||||||
|
d.type_name as typeName
|
||||||
FROM nu_config_service_directive c
|
FROM nu_config_service_directive c
|
||||||
|
left join nu_config_service_instruction_tag b on c.instruction_tag_id = b.id
|
||||||
|
left join nu_config_service_category cat on c.category_id = cat.id
|
||||||
|
left join nu_config_service_type d on c.type_id = d.id
|
||||||
<where>
|
<where>
|
||||||
c.id IN
|
c.id IN
|
||||||
<foreach collection="ids" item="item" open="(" separator="," close=")">
|
<foreach collection="ids" item="item" open="(" separator="," close=")">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue