Bläddra i källkod

成品粮购销计划管理--只显示自己库的购销计划管理

Signed-off-by: tangsong <86121657@qq.com>
tangsong 1 år sedan
förälder
incheckning
e74265dc3d

+ 1 - 1
src/main/java/com/chinaitop/depot/pg/mapper/BusinessPgGopsPlanMapper.xml

@@ -408,7 +408,7 @@
408 408
     LEFT JOIN province_all.biz_unit_info b on d.unit_info_id = b.id
409 409
     where 1=1
410 410
     <if test="pageParam.orgId !=null and pageParam.orgId!=''">
411
-      and a.orgId =#{pageParam.orgId}
411
+      and a.org_id =#{pageParam.orgId}
412 412
     </if>
413 413
     <if test="pageParam.unitName !=null and pageParam.unitName!=''">
414 414
       and b.dwmc like concat("%",#{pageParam.unitName},"%")