Commit 3a0bc70e authored by 高滢's avatar 高滢

样品管理 去掉联表

parent 3067b88e
...@@ -21,7 +21,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -21,7 +21,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="updateTime" column="update_time" /> <result property="updateTime" column="update_time" />
<result property="deleted" column="deleted" /> <result property="deleted" column="deleted" />
<result property="enterpriseId" column="enterprise_id" /> <result property="enterpriseId" column="enterprise_id" />
<result property="enterpriseName" column="enterprise_name" />
<result property="remark" column="remark" /> <result property="remark" column="remark" />
<result property="trademark" column="trademark" /> <result property="trademark" column="trademark" />
<result property="samplePhotos" column="sample_photos" /> <result property="samplePhotos" column="sample_photos" />
...@@ -48,10 +47,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -48,10 +47,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
sm.remark, sm.remark,
sm.trademark, sm.trademark,
sm.sample_photos, sm.sample_photos,
sm.car_company_namem, sm.car_company_namem
ae.enterprise_name
from t_sample sm from t_sample sm
left join t_automobile_enterprise ae on ae.id = sm.enterprise_id
</sql> </sql>
<select id="selectSampleManagementList" parameterType="com.ruoyi.domain.Sample" resultMap="SampleManagementResult"> <select id="selectSampleManagementList" parameterType="com.ruoyi.domain.Sample" resultMap="SampleManagementResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment