This commit is contained in:
linfso 2024-06-14 10:48:12 +08:00
parent bed570773c
commit 7148100d4c
3 changed files with 4 additions and 4 deletions

View File

@ -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)
{

View File

@ -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) {

View File

@ -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 :=