应收单推送
This commit is contained in:
parent
9af9900907
commit
18557d988b
|
@ -12,8 +12,16 @@ public class NuoNuoEntity extends BaseEntity {
|
||||||
private String field0195;//红冲描述
|
private String field0195;//红冲描述
|
||||||
private String affairId;
|
private String affairId;
|
||||||
private String noname;
|
private String noname;
|
||||||
|
private String nodename;
|
||||||
|
|
||||||
|
public String getNodename() {
|
||||||
|
return nodename;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setNodename(String nodename) {
|
||||||
|
this.nodename = nodename;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public String getNoname() {
|
public String getNoname() {
|
||||||
return noname;
|
return noname;
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
|
|
||||||
<select id="queryAffair" resultType="com.hzya.frame.plugin.nuonuo.entity.NuoNuoEntity" parameterType="com.hzya.frame.plugin.nuonuo.entity.NuoNuoEntity">
|
<select id="queryAffair" resultType="com.hzya.frame.plugin.nuonuo.entity.NuoNuoEntity" parameterType="com.hzya.frame.plugin.nuonuo.entity.NuoNuoEntity">
|
||||||
select NODE_NAME as noname from ctp_affair
|
select NODE_NAME as noname,NODE_POLICY as nodename from ctp_affair
|
||||||
<trim prefix="where" prefixOverrides="and">
|
<trim prefix="where" prefixOverrides="and">
|
||||||
<if test="affairId != null and affairId !='' ">id = #{affairId} </if>
|
<if test="affairId != null and affairId !='' ">id = #{affairId} </if>
|
||||||
</trim>
|
</trim>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue