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")
|
||||
private Date endDate;
|
||||
|
||||
|
||||
//------- 扩展字段
|
||||
// 归属线路
|
||||
private String lineCode;
|
||||
@ -64,5 +63,4 @@ public class EmisSpecialCalcWeight extends BaseEntity
|
||||
private String prodName;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</resultMap>
|
||||
|
||||
<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 id="selectLineProdByProdCode" parameterType="string" resultType="string">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user