Compare commits
No commits in common. "4587bcb73c4dd22ff5fed01cfbe056fe8c095f55" and "b8258c611f98b8d45072f7b581fa8b1388b19705" have entirely different histories.
4587bcb73c
...
b8258c611f
@ -344,10 +344,6 @@ func RestartSignature(c *gin.Context) {
|
|||||||
service.Error(c, errors.New("订单已过期"))
|
service.Error(c, errors.New("订单已过期"))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if order.ReSignature == 2 {
|
|
||||||
service.Error(c, errors.New("订单无需重新签署"))
|
|
||||||
return
|
|
||||||
}
|
|
||||||
// 获取最后一次合同编号
|
// 获取最后一次合同编号
|
||||||
lastContractNo, err := logic.GetLastContractNo()
|
lastContractNo, err := logic.GetLastContractNo()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user