md
This commit is contained in:
parent
bed570773c
commit
7148100d4c
@ -68,7 +68,7 @@ public class EmisWaybillAttachmentController extends EmisBaseController
|
||||
/**
|
||||
* 查询运单附件列表
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisWaybillAttachment:list')")
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisWaybillAttachment:list')")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(EmisWaybillAttachment emisWaybillAttachment)
|
||||
{
|
||||
|
||||
@ -142,8 +142,8 @@ public class Kd100Helper {
|
||||
// emisTmsTransferTrace.setTransferExpress("shunfeng");
|
||||
// emisTmsTransferTrace = queryTmsTransferTraceByKd100(emisTmsTransferTrace);
|
||||
|
||||
String str=queryTraceByMainNoAndCom("SF1532297522428","shunfeng");
|
||||
|
||||
String str=queryTraceByMainNoAndCom("T7080300003681","探路速运");
|
||||
System.out.println(str);
|
||||
List<EmisTmsScanRecord> list=cvtTraceToScanRecord("12321",str);
|
||||
System.out.println(JSON.toJSONString(list));
|
||||
} catch (Exception e) {
|
||||
|
||||
@ -272,7 +272,7 @@
|
||||
<if test="parentSiteCode != null and parentSiteCode != ''">
|
||||
<choose>
|
||||
<!-- 子网点 -->
|
||||
<when test="params.blIncludeChildSite != null and params.blIncludeChildSite == 1">
|
||||
<when test="params.blIncludeChildSite != null and params.blIncludeChildSite == '1'">
|
||||
AND site_code in (
|
||||
SELECT t1.site_code FROM (
|
||||
SELECT * FROM emis_site WHERE parent_site_code IS NOT NULL ) t1,( SELECT @pid :=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user