|
@@ -25,7 +25,7 @@ func (m *MessageDAO) GetLocationList(issys, org_id string) ([]model.TdCmsImageLo
|
25
|
25
|
// GetLocationMaxSort 获取最大的位置
|
26
|
26
|
func (m *MessageDAO) GetLocationMaxSort(issys, org_id string) (int, error) {
|
27
|
27
|
var location []map[string][]byte
|
28
|
|
- sql := `select max(order_no) as order_no from td_cms_image_location where issys=` + issys + ` and org_id ='` + org_id + `'`
|
|
28
|
+ sql := `select max(order_no) as order_no from td_cms_image_location where is_sys=` + issys + ` and org_id ='` + org_id + `'`
|
29
|
29
|
location, err := m.db.Query(sql)
|
30
|
30
|
if err != nil {
|
31
|
31
|
return 0, err
|