fanxw il y a 11 mois
Parent
commit
b20e7d2fdd

+ 1 - 1
src/main/java/com/chinaitop/depot/keeperAccount/mapper/StorageBgzzMapper.xml

@@ -617,7 +617,7 @@
617 617
 	) b on b.jznd=a.jznd and b.org_id=a.org_id
618 618
 	left join (
619 619
 	    select 
620
-	        xm_kcsl+dg_kcsl+ddyy_kcsl snjzsl, org_id, to_number(jznd)+1 jznd 
620
+	        xj snjzsl, org_id, to_number(jznd)+1 jznd 
621 621
 	    from storage_bgzz 
622 622
 	    where data_type=2
623 623
 	    and org_id=#{orgId,jdbcType=INTEGER}