Commit 9167ab51 by wangweidong

业务修改

parent 67e81bad
......@@ -40,10 +40,10 @@
AND ftd.NAM=#{ nam,jdbcType=VARCHAR}
</if>
<if test=" searol != null and searol != ''">
AND ftd.usr=#{ searol,jdbcType=VARCHAR}
AND ftd.USR=#{ searol,jdbcType=VARCHAR}
</if>
<if test=" fttyp != null and fttyp != ''">
AND ftd.fttyp=#{ fttyp,jdbcType=VARCHAR}
AND ftd.FTTYP=#{ fttyp,jdbcType=VARCHAR}
</if>
......
......@@ -53,10 +53,10 @@
AND fxd.NAM=#{ nam,jdbcType=VARCHAR}
</if>
<if test=" searol != null and searol != ''">
AND fxd.usr=#{ searol,jdbcType=VARCHAR}
AND fxd.USR=#{ searol,jdbcType=VARCHAR}
</if>
<if test=" fxtyp != null and fxtyp != ''">
AND fxd.fxtyp=#{ fxtyp,jdbcType=VARCHAR}
AND fxd.FXTYP=#{ fxtyp,jdbcType=VARCHAR}
</if>
......
......@@ -75,7 +75,17 @@ public class FtdVo extends PageVo {
/**
* 定存拆借类型
* */
private String fxtyp;
private String fttyp;
// Getter method
// public String getFttyp() {
// return fttyp;
// }
//
// // Setter method
// public void setFttyp(String fttyp) {
// this.fttyp = fttyp;
// }
}
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