- don't call FilterMb4 when saving order, instead call FilterMb4 when create waybill.
This commit is contained in:
@@ -477,7 +477,7 @@ func (p *PurchaseHandler) updateLocalCatAsNew(db *dao.DaoDB, localCatMap map[str
|
||||
}
|
||||
|
||||
func formatName(name string) string {
|
||||
return strings.Trim(utils.FilterMb4(name), "\n\r\t ")
|
||||
return utils.TrimBlanChar(utils.FilterMb4(name))
|
||||
}
|
||||
|
||||
// 饿百的排序是从大到小
|
||||
|
||||
Reference in New Issue
Block a user