質問編集履歴
1
指摘の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
$res = $this->_mountain_sch->update($req);
|
10
10
|
}
|
11
11
|
//呼び出し2
|
12
|
-
if(substr($req['id'], 0, 3) == 'XXX')
|
12
|
+
if(substr($req['id'], 0, 3) == 'XXX'){
|
13
13
|
$req['day_clim_flg'] = 0;
|
14
14
|
$res = $this->_mountain_reg->update($req);
|
15
15
|
}
|