Browse Source

生产计划

wangxin 3 ngày trước cách đây
mục cha
commit
9b7f1448ea

+ 1 - 0
src/main/resources/mybatis/business/BizProductionPlanDetailMapper.xml

@@ -54,6 +54,7 @@
     <!--<select id="getDayWorkLot" resultType="Integer" >-->
     <!--    select count(1) FROM biz_daywork where production_plan_detail_id = #{id}-->
     <!--</select>-->
+
     <select id="getList" resultMap="BizProductionPlanDetailResult">
         SELECT t.* FROM biz_production_plan_detail t
         <trim prefix=" WHERE" suffix="" suffixOverrides="AND">