demand: TMS系统 - 客户账单管理 - 业务销账申请、财务中心销账审核权限控制
This commit is contained in:
parent
2a962d60d7
commit
c2a9a8fd22
@ -57,6 +57,8 @@ public class EmisWriteoffApplyController extends EmisBaseController {
|
||||
emisWriteoffApply = new EmisWriteoffApply();
|
||||
}
|
||||
|
||||
setPrivParams(emisWriteoffApply);
|
||||
|
||||
// 处理params参数,支持运单号、账单号多选查询
|
||||
if (emisWriteoffApply.getParams() != null && emisWriteoffApply.getParams().containsKey("queryParams")) {
|
||||
String queryParams = (String) emisWriteoffApply.getParams().get("queryParams");
|
||||
|
||||
@ -104,6 +104,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</foreach>
|
||||
)
|
||||
</if>
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
and (
|
||||
apply_site_code=#{params.privSiteCode}
|
||||
)
|
||||
</if>
|
||||
</where>
|
||||
order by wa.create_time desc
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user