md
This commit is contained in:
parent
5fe2fc6a67
commit
b8b4f63ea0
@ -146,7 +146,6 @@ public class EmisWarehouseInController extends EmisBaseController
|
||||
return AjaxResult.success(emisWarehouseInService.selectEmisWarehouseInById(id));
|
||||
}
|
||||
|
||||
|
||||
@GetMapping("/getWarehouseInInfo")
|
||||
public AjaxResult getWarehouseInInfo(String inNo)
|
||||
{
|
||||
|
||||
@ -176,6 +176,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
)
|
||||
</if>
|
||||
|
||||
<if test="params.privSiteCode != null and params.privSiteCode == '88888'">
|
||||
and EXISTS (
|
||||
select 1 from emis_waybill ewb where a.bill_code=ewb.bill_code and ewb.pickup_method in('1','3') and ewb.order_status in ('0','1','3')
|
||||
)
|
||||
</if>
|
||||
|
||||
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user