|
|
@@ -1621,20 +1621,20 @@
|
|
1621
|
1621
|
|
|
1622
|
1622
|
<sql id="ExtBase_Column_List">
|
|
1623
|
1623
|
sqk.id, sqk.depot_id, sqk.house_id, sqk.warehouse_id, sqk.type, sqk.sub_type, sqk.sub_type_detailed, sqk.check_time, sqk.check_result,
|
|
1624
|
|
- sqk.checker, sqk.level, sqk.capacity, sqk.water, sqk.impurity, sqk.mineral, sqk.badpart, sqk.colorsmell, sqk.keeper_advices,
|
|
1625
|
|
- sqk.keeper_advices_time, sqk.keeper_advices_paint, sqk.chief_advices, sqk.chief_advices_time, sqk.chiet_advices_paint,
|
|
1626
|
|
- sqk.vice_manager_advices, sqk.vice_manager_advices_time, sqk.vice_manager_advices_paint, sqk.manager_advices,
|
|
1627
|
|
- sqk.manager_advices_time, sqk.manager_advices_paint, sqk.improve_result, sqk.improve_time, sqk.improve_paint,
|
|
1628
|
|
- sqk.is_firstchecklevel_right, sqk.accept_unite, sqk.input_time, sqk.number, sqk.location, sqk.keeper, sqk.harvest_time,
|
|
1629
|
|
- sqk.goodpart, sqk.chooser, sqk.choose_time, sqk.choose_organ, sqk.boldfat_index, sqk.check_type, sqk.hot_damage, sqk.protein_solution_ratio,
|
|
1630
|
|
- sqk.eat_score, sqk.fat_index, sqk.husked_ration, sqk.full_good_ration, sqk.yellow_part, sqk.out_husked_ration,
|
|
1631
|
|
- sqk.pests, sqk.color_ratio, sqk.hard_index, sqk.gluten_water_count, sqk.remarks, approver, sqk.mildew_count,
|
|
1632
|
|
- sqk.damage_ratio, sqk.hot_damage_ratio, sqk.husked_rice_weight, sqk.reviewer, sqk.apply_check_time, sqk.check_time_type,
|
|
1633
|
|
- sqk.check_result_time, sqk.store_quality, sqk.is_pest, sqk.inspection_standard_basis, sqk.quality, sqk.seal_date,
|
|
1634
|
|
- sqk.seal_status, sqk.auth_code, sqk.org_id, sqk.history_status, sqk.flag_type
|
|
1635
|
|
- <!--云南新增的字段,先注释掉方便调试-->
|
|
1636
|
|
- /*, sqk.intermixing_rate,sqk.smelltaste,sqk.transparency,sqk.peroxide_value,
|
|
1637
|
|
- sqk.smoke_point,sqk.reeze_test,sqk.residual_solvent,sqk.lead,sqk.total_arsenic,sqk.aflatoxin,sqk.butyl_phenol*/
|
|
|
1624
|
+ sqk.checker, sqk.level, sqk.capacity, sqk.water, sqk.impurity, sqk.mineral, sqk.badpart, sqk.colorsmell,
|
|
|
1625
|
+ sqk.keeper_advices, sqk.keeper_advices_time, sqk.keeper_advices_paint, sqk.chief_advices, sqk.chief_advices_time,
|
|
|
1626
|
+ sqk.chiet_advices_paint, sqk.vice_manager_advices, sqk.vice_manager_advices_time, sqk.vice_manager_advices_paint,
|
|
|
1627
|
+ sqk.manager_advices, sqk.manager_advices_time, sqk.manager_advices_paint, sqk.improve_result, sqk.improve_time,
|
|
|
1628
|
+ sqk.improve_paint, sqk.is_firstchecklevel_right, sqk.accept_unite, sqk.input_time, sqk.number, sqk.location,
|
|
|
1629
|
+ sqk.keeper, sqk.harvest_time, sqk.goodpart, sqk.chooser, sqk.choose_organ, sqk.choose_time, sqk.boldfat_index,
|
|
|
1630
|
+ sqk.check_type, sqk.hot_damage, sqk.protein_solution_ratio, sqk.eat_score, sqk.fat_index, sqk.husked_ration,
|
|
|
1631
|
+ sqk.full_good_ration, sqk.yellow_part, sqk.out_husked_ration, sqk.pests, sqk.color_ratio, sqk.hard_index,
|
|
|
1632
|
+ sqk.gluten_water_count, sqk.remarks, sqk.approver, sqk.mildew_count, sqk.damage_ratio, sqk.hot_damage_ratio,
|
|
|
1633
|
+ sqk.husked_rice_weight, sqk.reviewer, sqk.apply_check_time, sqk.check_time_type, sqk.check_result_time,
|
|
|
1634
|
+ sqk.store_quality, sqk.is_pest, sqk.inspection_standard_basis, sqk.quality, sqk.seal_date, sqk.seal_status,
|
|
|
1635
|
+ sqk.auth_code, sqk.org_id, sqk.history_status, sqk.intermixing_rate, sqk.smelltaste, sqk.transparency, sqk.peroxide_value,
|
|
|
1636
|
+ sqk.smoke_point, sqk.reeze_test, sqk.residual_solvent, sqk.lead, sqk.total_arsenic, sqk.aflatoxin, sqk.quailtycard_id,
|
|
|
1637
|
+ sqk.butyl_phenol, sqk.flag_type
|
|
1638
|
1638
|
</sql>
|
|
1639
|
1639
|
|
|
1640
|
1640
|
<select id="queryPrimaryKey" resultMap="BaseResultMap">
|