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