瀏覽代碼

异常管理页 采购人为空问题处理

yzc 1 年之前
父節點
當前提交
5d8996291b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hx-victoriatourist/src/main/resources/mapper/abnormal/AbnormalInfoMapper.xml

+ 1 - 1
hx-victoriatourist/src/main/resources/mapper/abnormal/AbnormalInfoMapper.xml

@@ -19,7 +19,7 @@
             p.create_user purchaseUserId,
             p.create_user purchaseUserId,
             ai.purchase_id
             ai.purchase_id
         from abnormal_info ai
         from abnormal_info ai
-                 left JOIN bytesailing_purchase.purchase p ON ai.link_id = p.id
+                 left JOIN bytesailing_purchase.purchase p ON ai.purchase_id = p.id
             ${ew.customSqlSegment}
             ${ew.customSqlSegment}
     </select>
     </select>