Index: ssts-web/src/main/resources/spring/projects/zsykzx/HERP.xml =================================================================== diff -u -r12335 -r12554 --- ssts-web/src/main/resources/spring/projects/zsykzx/HERP.xml (.../HERP.xml) (revision 12335) +++ ssts-web/src/main/resources/spring/projects/zsykzx/HERP.xml (.../HERP.xml) (revision 12554) @@ -133,6 +133,39 @@ + + + + + + + + + + + + PROPAGATION_REQUIRED + + + + + + + + + + + + + + + + + + Index: ssts-web/src/main/resources/config/zsykzx/mybatis/syncToHERP_Mapper.xml =================================================================== diff -u -r12331 -r12554 --- ssts-web/src/main/resources/config/zsykzx/mybatis/syncToHERP_Mapper.xml (.../syncToHERP_Mapper.xml) (revision 12331) +++ ssts-web/src/main/resources/config/zsykzx/mybatis/syncToHERP_Mapper.xml (.../syncToHERP_Mapper.xml) (revision 12554) @@ -5,7 +5,7 @@ - (year_month,iow_no,dept_code,make_date,maker,store_code,bus_type_code,comp_code,copy_code) + (year_month,iow_no,dept_code,make_date,maker,store_code,bus_type_code,comp_code,copy_code,proj_code) @@ -19,9 +19,10 @@ , #{time} , #{operator} , '03' - , '2' + , #{type} , '1001' , '101' + ,#{projCode} ) @@ -39,6 +40,7 @@ , '22' , '1001' , '101' + ,null ) @@ -56,6 +58,7 @@ , '14' , '1001' , '101' + , null ) @@ -74,6 +77,7 @@ , '2' , '1001' , '101' + , null ) Index: ssts-web/src/main/resources/config/zsykzx/mybatis/queryProject_Mapper.xml =================================================================== diff -u --- ssts-web/src/main/resources/config/zsykzx/mybatis/queryProject_Mapper.xml (revision 0) +++ ssts-web/src/main/resources/config/zsykzx/mybatis/queryProject_Mapper.xml (revision 12554) @@ -0,0 +1,29 @@ + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/config/zsykzx/mybatis/syncFromHERP_Mapper.xml =================================================================== diff -u -r12331 -r12554 --- ssts-web/src/main/resources/config/zsykzx/mybatis/syncFromHERP_Mapper.xml (.../syncFromHERP_Mapper.xml) (revision 12331) +++ ssts-web/src/main/resources/config/zsykzx/mybatis/syncFromHERP_Mapper.xml (.../syncFromHERP_Mapper.xml) (revision 12554) @@ -22,7 +22,8 @@ make_date as time, maker as remark FROM v_mate_mov_main - WHERE (bus_type_code = '1') + WHERE store_name like '供应室%' + and exch_store_name not like '手术室%' and exch_store_name not like '麻醉科%' ]]> and make_date >= CONVERT(datetime,#{startDate}) @@ -105,7 +106,8 @@ make_date as time, maker as remark FROM v_mate_mov_main - WHERE (bus_type_code = '2') + WHERE exch_store_name like '供应室%' + and store_name not like '手术室%' and store_name not like '麻醉科%' ]]> and make_date >= CONVERT(datetime,#{startDate}) @@ -135,14 +137,16 @@ ]]> - +