瀏覽代碼

生产计划

wangxin 3 天之前
父節點
當前提交
9b7f1448ea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mybatis/business/BizProductionPlanDetailMapper.xml

+ 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">