Commit 3982b63f by yanru

修改时空回溯任务保存,之前发送人姓名和发送人联系电话赋值错误

parent 09c7629d
......@@ -141,18 +141,18 @@
<if test="fsrSfzh == null || fsrSfzh == ''">
null,
</if>
<if test="fsrLxdh != null and fsrLxdh != ''">
#{fsrLxdh},
</if>
<if test="fsrLxdh == null || fsrLxdh == ''">
null,
</if>
<if test="fsrXm != null and fsrXm != ''">
#{fsrXm},
</if>
<if test="fsrXm == null || fsrXm == ''">
null,
</if>
<if test="fsrLxdh != null and fsrLxdh != ''">
#{fsrLxdh},
</if>
<if test="fsrLxdh == null || fsrLxdh == ''">
null,
</if>
<if test="qyArea != null and qyArea != ''">
#{qyArea},
</if>
......
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