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