FHM17062601CPONE - fix cpone registration parent child insert
This commit is contained in:
@@ -632,7 +632,7 @@ foreach ($tests as $k => $v) {
|
||||
exit;
|
||||
}
|
||||
$xcount = $query->row()->xcount;
|
||||
if($xcount > 0){
|
||||
if($xcount > 1){
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -795,7 +795,7 @@ foreach ($tests as $k => $v) {
|
||||
exit;
|
||||
}
|
||||
$xcount = $query->row()->xcount;
|
||||
if($xcount > 0){
|
||||
if($xcount > 1){
|
||||
continue;
|
||||
}
|
||||
$sqlt_orderdetail = "INSERT INTO t_orderdetail(
|
||||
|
||||
Reference in New Issue
Block a user