ソースを参照

修改模具筛选

6 年 前
コミット
eb1d23011a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      cloud-model/src/main/resources/mapper/MouldMapper.xml

+ 2 - 2
cloud-model/src/main/resources/mapper/MouldMapper.xml

@@ -74,7 +74,7 @@
         select
         tbm.id id,tbm.model_no model_no, tbm.model_name,tbm.initial_modulus initial_modulus,
         tbmp.end_time endTime,tbm.state state,tbp.project_name projectName,tbc.company_name companyName,
-        tbp.manager mangerName,tbm.factory_name factory_name,tbm.area area,tbmp.hillNumber hillNumber,
+        tbp.manager mangerName,tbm.factory_name factory_name,tbm.area area,tbmp.hill_number hillNumber,
         tbmp.equipment_no equipmentNo,tbm.setting_life setting_life,tbp.owner_company_name ownerCompanyName
         from
         tb_mould tbm
@@ -107,7 +107,7 @@
     <select id="selectListByConditionByProject" resultMap="BaseResultMapVO">
         select
         tbm.id id,tbm.model_no model_no, tbm.model_name, tbmp.end_time endTime,tbm.state state,tbp.project_name
-        projectName,tbm.initial_modulus initial_modulus,tbc.company_name companyName,tbmp.hillNumber hillNumber,
+        projectName,tbm.initial_modulus initial_modulus,tbc.company_name companyName,tbmp.hill_number hillNumber,
         tbp.manager mangerName,tbm.factory_name factory_name,tbm.area area,tbmp.equipment_no
         equipmentNo,tbm.setting_life setting_life,tbp.owner_company_name ownerCompanyName
         from