修改退货单查询
This commit is contained in:
parent
b21f951ae2
commit
212062096c
|
|
@ -33,9 +33,9 @@ public class DeployTest {
|
||||||
//处理主jar包
|
//处理主jar包
|
||||||
handleFile(sshUtil, localPath + jarName, remotePath + jarName);
|
handleFile(sshUtil, localPath + jarName, remotePath + jarName);
|
||||||
//处理字体目录
|
//处理字体目录
|
||||||
// handleDir(sshUtil, localPath, remotePath, "fonts");
|
handleDir(sshUtil, localPath, remotePath, "fonts");
|
||||||
//处理lib目录
|
//处理lib目录
|
||||||
// handleDir(sshUtil, localPath, remotePath, "lib");
|
handleDir(sshUtil, localPath, remotePath, "lib");
|
||||||
//执行脚本启动服务
|
//执行脚本启动服务
|
||||||
sshUtil.exec("cd " + remotePath + " && ./restart.sh");
|
sshUtil.exec("cd " + remotePath + " && ./restart.sh");
|
||||||
sshUtil.disconnect();
|
sshUtil.disconnect();
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
and a.note_num =#{ request.deliveryNo}
|
and a.note_num =#{ request.deliveryNo}
|
||||||
</if>
|
</if>
|
||||||
<if test="request.supplierCode !=null and request.supplierCode !=''">
|
<if test="request.supplierCode !=null and request.supplierCode !=''">
|
||||||
and a.supplier_code =#{ request.supplierCode}
|
and a.supplier_num =#{ request.supplierCode}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
group by
|
group by
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue