Преглед на файлове

申购添加明细excel导入

yzc преди 1 година
родител
ревизия
58005ae99a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hx-purchase/src/main/resources/mapper/subscribe/SubscribeDetailMapper.xml

+ 1 - 1
hx-purchase/src/main/resources/mapper/subscribe/SubscribeDetailMapper.xml

@@ -26,7 +26,7 @@
                  left JOIN bytesailing_item.product_info pi on t1.bussiness_id = pi.id
                  left join bytesailing_item.product_classify pc on pi.product_classify_id = pc.id
                  LEFT JOIN bytesailing_base.sys_dept de
-                           ON json_unquote(pi.victoriatourist_json - > '$.deptId') = de.dept_id
+                           ON json_unquote(pi.victoriatourist_json -> '$.deptId') = de.dept_id
             ${ew.customSqlSegment}
     </select>