自助开单界面,增加字段显示
This commit is contained in:
parent
6bf44f29ce
commit
aca5de6aae
@ -27,4 +27,5 @@ public class RegApplyDetail {
|
||||
private String DataSource;
|
||||
private BigDecimal amount;
|
||||
private String itemclass;
|
||||
private String classid;
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
</select>
|
||||
|
||||
<select id="queryReqDetail" resultType="com.transitPlatForm.common.core.domain.entity.reg.RegApplyDetail">
|
||||
select a.*,b.itemclass from reg_apply_detail a,reg_item b where a.applyid = #{applyId} and a.OrderItemCode = b.itemcode
|
||||
select a.*,b.itemclass, c.classid from reg_apply_detail a,reg_item b,reg_itemclass c where a.applyid = #{applyId} and a.OrderItemCode = b.itemcode and c.itemclass_code = b.itemclass
|
||||
</select>
|
||||
|
||||
<select id="getItemInfo" resultType="map">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user