md
This commit is contained in:
parent
dc54546cae
commit
4320f743f1
@ -69,6 +69,8 @@ public class EmisWaybillCargoController extends EmisBaseController
|
||||
public TableDataInfo listClear(EmisWaybillCargo emisWaybillCargo)
|
||||
{
|
||||
startPage();
|
||||
setPrivParams(emisWaybillCargo);
|
||||
|
||||
List<EmisWaybillCargo> list = emisWaybillCargoService.selectClearWaybillCargoList(emisWaybillCargo);
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
@ -62,7 +62,7 @@
|
||||
<if test="billCode != null and billCode != ''">
|
||||
and ( FIND_IN_SET(b.`bill_code`,#{billCode}) or b.bill_code like concat('%', #{billCode}, '%') )
|
||||
</if>
|
||||
<if test="salesmen == null and params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
and (
|
||||
a.send_site_code in (
|
||||
SELECT t1.site_code FROM (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user