|
|
@ -1713,8 +1713,8 @@ public class QyWxOperationService { |
|
|
//抄送方式:1-提单时抄送(默认值); 2-单据通过后抄送;3-提单和单据通过后抄送。仅use_template_approver为0时生效。
|
|
|
//抄送方式:1-提单时抄送(默认值); 2-单据通过后抄送;3-提单和单据通过后抄送。仅use_template_approver为0时生效。
|
|
|
approvalTemplate.setNotify_type(2); |
|
|
approvalTemplate.setNotify_type(2); |
|
|
|
|
|
|
|
|
if (!flag) { |
|
|
if (!flag && Integer.compare(userToken.getMaindeparment(), 361) != 0) { |
|
|
// 如果有其他仓库
|
|
|
// 如果有其他仓库且不是仓储中心人
|
|
|
|
|
|
|
|
|
// 获取仓储中心负责人标签的用户userId
|
|
|
// 获取仓储中心负责人标签的用户userId
|
|
|
List<String> qyWxLabelUserList = QyWxConfig.getQyWxLabelUserList(userAgent); |
|
|
List<String> qyWxLabelUserList = QyWxConfig.getQyWxLabelUserList(userAgent); |
|
|
|