md
This commit is contained in:
parent
0821d89cb9
commit
c947cc2eb9
@ -56,7 +56,6 @@ public class EmisSpecialCalcWeight extends BaseEntity
|
|||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date endDate;
|
private Date endDate;
|
||||||
|
|
||||||
|
|
||||||
//------- 扩展字段
|
//------- 扩展字段
|
||||||
// 归属线路
|
// 归属线路
|
||||||
private String lineCode;
|
private String lineCode;
|
||||||
@ -64,5 +63,4 @@ public class EmisSpecialCalcWeight extends BaseEntity
|
|||||||
private String prodName;
|
private String prodName;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
<select id="selectProdNameByCode" parameterType="String" resultType="string">
|
<select id="selectProdNameByCode" parameterType="String" resultType="string">
|
||||||
select prod_name from emis_trans_product where prod_code=#{code}) limit 1
|
select prod_name from emis_trans_product where prod_code=#{code} limit 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectLineProdByProdCode" parameterType="string" resultType="string">
|
<select id="selectLineProdByProdCode" parameterType="string" resultType="string">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user